Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

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 80e9d6a commit c0032fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/client/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 source/server/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

0 comments on commit c0032fd

Please sign in to comment.