Skip to content

Commit

Permalink
Dockerfile: upgrade base image to move past new snyk vulnerability (#129
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JonJagger authored Oct 25, 2024
1 parent 0772c79 commit ee536e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/force-ci-run
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Edit this file for a quick way to force a CI run
146
147
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM cyberdojo/web-base:f2863fe
FROM cyberdojo/web-base:03b525e
LABEL [email protected]

WORKDIR /cyber-dojo
RUN chown nobody:nogroup .
COPY --chown=nobody:nogroup . .

ARG COMMIT_SHA
Expand Down

0 comments on commit ee536e1

Please sign in to comment.