Skip to content

Commit

Permalink
Update base image to fix new snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 8, 2024
1 parent aef74df commit 47850e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/force-ci-run
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

Edit this file for a quick way to force a CI run
148
149
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/sinatra-base:026c095
FROM cyberdojo/sinatra-base:137f7f4
LABEL [email protected]

RUN apk add git jq
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/sinatra-base:026c095
FROM cyberdojo/sinatra-base:137f7f4
LABEL [email protected]

WORKDIR /saver
Expand Down

0 comments on commit 47850e7

Please sign in to comment.