Skip to content

Commit

Permalink
Dockerfile: upgrade curl to fix new vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 1, 2024
1 parent a1704ba commit 5a996dd
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 5a996dd

Please sign in to comment.