Skip to content

Commit

Permalink
Dockerfile: update base images to move past snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 18, 2023
1 parent 1e921cf commit f6acc3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:b9e9885
ARG BASE_IMAGE=cyberdojo/sinatra-base:ad4c29a
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/rack-base:be46d16
FROM cyberdojo/sinatra-base:ad4c29a
LABEL maintainer=jon@jaggersoft.com

WORKDIR /differ
Expand Down

0 comments on commit f6acc3a

Please sign in to comment.