Skip to content

Commit

Permalink
Update base image (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger authored May 13, 2024
1 parent 0a7ef0a commit f3d96d1
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:c65faf8
ARG BASE_IMAGE=cyberdojo/sinatra-base:c62d644
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.0-p0) ("The Eagle of Durango")'
local -r L2='* Puma version: 6.4.2 (ruby 3.3.1-p55) ("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:c65faf8
ARG BASE_IMAGE=cyberdojo/sinatra-base:c62d644
FROM ${BASE_IMAGE}
LABEL [email protected]

Expand Down

0 comments on commit f3d96d1

Please sign in to comment.