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 a7cb602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hadolint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
dockerfile: "Dockerfile*"
recursive: true
# don't pin versions in dependencies
ignore: DL3028,DL3008
ignore: DL3028,DL3008,DL3018
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 \
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 a7cb602

Please sign in to comment.