Skip to content

Commit

Permalink
Upgrade base image to fix snyk vulnerabilities (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 8, 2023
1 parent bba14fb commit 2ae613e
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:ad4c29a
ARG BASE_IMAGE=cyberdojo/sinatra-base:76dd1ca
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down
2 changes: 1 addition & 1 deletion test/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:ad4c29a
ARG BASE_IMAGE=cyberdojo/sinatra-base:76dd1ca
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down

0 comments on commit 2ae613e

Please sign in to comment.