Skip to content

Commit

Permalink
Merge pull request #37 from cyber-dojo/upgrade-snyk
Browse files Browse the repository at this point in the history
Dockerfile: upgrade curl to fix new vulnerabilities
  • Loading branch information
JonJagger authored Aug 1, 2024
2 parents 1394fe7 + 5a996dd commit 1d9d274
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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

WORKDIR /runner
COPY . .

Expand Down

0 comments on commit 1d9d274

Please sign in to comment.