Skip to content

Commit

Permalink
Upgrade base image to fix snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 12, 2024
1 parent 4c9182a commit 9911914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:476810d
ARG BASE_IMAGE=cyberdojo/sinatra-base:6afffdb
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
@@ -1,4 +1,4 @@
FROM cyberdojo/sinatra-base:76dd1ca
FROM cyberdojo/sinatra-base:6afffdb
LABEL maintainer=jon@jaggersoft.com

WORKDIR /app
Expand Down

0 comments on commit 9911914

Please sign in to comment.