Skip to content

Commit

Permalink
Update base image to move past snyk vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 10, 2024
1 parent fe01ad7 commit 9c5f769
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,4 @@ ignore:
reason: No fix available
expires: 2025-01-08T10:03:36.581Z
created: 2024-11-08T10:03:36.589Z
SNYK-ALPINE320-CURL-8348469:
- '*':
reason: No fix available
expires: 2025-01-08T10:03:36.581Z
created: 2024-11-08T10:03:36.589Z
SNYK-ALPINE320-EXPAT-8359601:
- '*':
reason: No fix available
expires: 2025-01-10T10:03:36.581Z
created: 2024-11-10T10:03:36.589Z
patch: {}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/docker-base:b3a6744
FROM cyberdojo/docker-base:6be7b3c
LABEL maintainer=jon@jaggersoft.com

RUN gem install --no-document 'concurrent-ruby'
Expand Down
2 changes: 1 addition & 1 deletion source/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/docker-base:b3a6744
FROM cyberdojo/docker-base:6be7b3c
LABEL maintainer=jon@jaggersoft.com

WORKDIR /runner
Expand Down

0 comments on commit 9c5f769

Please sign in to comment.