Skip to content

Commit

Permalink
Merge pull request #41 from cyber-dojo/upgrade-base-image-for-curl
Browse files Browse the repository at this point in the history
Dockerfile: upgrade curl to move past new snyk vulnerability in curl
  • Loading branch information
JonJagger authored Aug 31, 2024
2 parents 3ba9341 + c63b8b0 commit 24ac720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL [email protected]

RUN gem install --no-document 'concurrent-ruby'

RUN apk add curl=8.9.0-r0 # https://security.snyk.io/vuln/SNYK-ALPINE319-CURL-7567377
RUN apk add curl=8.9.1-r0 # https://security.snyk.io/vuln/SNYK-ALPINE320-CURL-7838598

WORKDIR /runner
COPY . .
Expand Down

0 comments on commit 24ac720

Please sign in to comment.