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 11, 2024
1 parent b01a5c6 commit 3efc540
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/force-ci-run
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

Edit this file for a quick way to force a CI run
149
150
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:137f7f4
FROM cyberdojo/sinatra-base:16c1478
LABEL [email protected]

RUN apk add git jq
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ $ make {metrics_coverage_server|metrics_coverage_client}
- [GET ready?](docs/api.md#get-ready)
- [GET sha](docs/api.md#get-sha)

## Screenshots
# Screenshots

![cyber-dojo.org home page](https://github.com/cyber-dojo/cyber-dojo/blob/master/shared/home_page_snapshot.png)
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:137f7f4
FROM cyberdojo/sinatra-base:16c1478
LABEL [email protected]

WORKDIR /saver
Expand Down

0 comments on commit 3efc540

Please sign in to comment.