Skip to content

Commit

Permalink
Merge pull request #44 from cyber-dojo/upgrade-base-image-5
Browse files Browse the repository at this point in the history
Dockerfile: upgrade base image to move past new libexpat snyk vulnera…
  • Loading branch information
JonJagger authored Sep 6, 2024
2 parents ba34416 + 3d1bf78 commit e85995f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ ignore:
reason: No fix available
expires: 2024-10-03T10:03:36.581Z
created: 2024-09-03T10:03:36.589Z
SNYK-ALPINE320-OPENSSL-7895537:
- '*':
reason: No fix available
expires: 2024-10-06T10:03:36.581Z
created: 2024-09-06T10:03:36.589Z
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN gem install --no-document 'concurrent-ruby'

RUN apk add curl # https://security.snyk.io/vuln/SNYK-ALPINE320-CURL-7838598

RUN apk add libexpat=2.6.3-r0 # https://security.snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399

WORKDIR /runner
COPY . .

Expand Down

0 comments on commit e85995f

Please sign in to comment.