Skip to content

Commit

Permalink
Dockerfile: upgrade base image to move past new snyk vulnerability (#188
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JonJagger authored Jun 13, 2024
1 parent 8c42a4e commit d756c70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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:3f64088
ARG BASE_IMAGE=cyberdojo/sinatra-base:d1abcaa
FROM ${BASE_IMAGE}
LABEL [email protected]

Expand Down
2 changes: 1 addition & 1 deletion sh/containers_up_healthy_and_clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ clean_top_5()
{
# 1st 5 lines on Puma
local -r L1="Puma starting in single mode..."
local -r L2='* Puma version: 6.4.2 (ruby 3.3.1-p55) ("The Eagle of Durango")'
local -r L2='* Puma version: 6.4.2 (ruby 3.3.3-p89) ("The Eagle of Durango")'
local -r L3="* Min threads: 0"
local -r L4="* Max threads: 5"
local -r L5="* Environment: production"
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:3f64088
ARG BASE_IMAGE=cyberdojo/sinatra-base:d1abcaa
FROM ${BASE_IMAGE}
LABEL [email protected]

Expand Down

0 comments on commit d756c70

Please sign in to comment.