Skip to content

Commit

Permalink
Merge pull request #80 from cyber-dojo/update-base-image-123
Browse files Browse the repository at this point in the history
Update base image and .snyk file
  • Loading branch information
JonJagger authored Dec 22, 2024
2 parents b01b1bb + b2adf04 commit 4b82fe1
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 153 deletions.
9 changes: 7 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ ignore:
SNYK-GOLANG-GITHUBCOMGOLANGJWTJWTV4-8341242:
- '*':
reason: No fix available
expires: 2025-01-08T10:03:36.581Z
expires: 2025-01-18T10:03:36.581Z
created: 2024-11-08T10:03:36.589Z
SNYK-GOLANG-GOLANGORGXCRYPTOSSH-8496611:
- '*':
reason: No fix available
expires: 2025-01-08T10:03:36.581Z
expires: 2025-01-18T10:03:36.581Z
created: 2024-12-14T10:03:36.589Z
SNYK-GOLANG-GOLANGORGXNETHTML-8535262:
- '*':
reason: No fix available
expires: 2025-01-18T10:03:36.581Z
created: 2024-12-22T10: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:42bda08
FROM cyberdojo/docker-base:06c425c
LABEL [email protected]

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:42bda08
FROM cyberdojo/docker-base:06c425c
LABEL [email protected]

WORKDIR /runner
Expand Down
Loading

0 comments on commit 4b82fe1

Please sign in to comment.