Skip to content

Commit

Permalink
Dockerfile: update base image to move past snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Oct 12, 2023
1 parent 5cee400 commit d59253b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:6b753be
ARG BASE_IMAGE=cyberdojo/sinatra-base:54dca8c
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down
2 changes: 1 addition & 1 deletion sources/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:6b753be
ARG BASE_IMAGE=cyberdojo/sinatra-base:54dca8c
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down

0 comments on commit d59253b

Please sign in to comment.