Skip to content

Commit

Permalink
can't pin apk meaningfully
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Feb 6, 2024
1 parent 5ec9e42 commit 14c293b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions images/snapshot-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ FROM docker:24
LABEL org.opencontainers.image.description "Forest snapshot service generator and uploader for Filecoin"

RUN apk add --no-cache \

Check failure on line 6 in images/snapshot-service/Dockerfile

View workflow job for this annotation

GitHub Actions / lint

DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
ruby=3.2.2-r1 \
ruby-dev=3.2.2-r1 \
docker=24.0.7-r0 \
aws-cli=2.13.25-r0 \
bash=5.2.21-r0 && \
ruby \
ruby-dev \
docker \
aws-cli \
bash && \
gem install \
docker-api:1.28.0 \
slack-ruby-client:2.2 \
activesupport:7.0.8
docker-api \
slack-ruby-client \
activesupport

COPY ./src /opt/snapshot-service

Expand Down

0 comments on commit 14c293b

Please sign in to comment.