Skip to content

Commit

Permalink
Dockerfile: update base image to fix new snyk vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 17, 2024
1 parent 64205fe commit 5a0bf43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/sinatra-base:16c1478
FROM cyberdojo/sinatra-base:db948c1
LABEL [email protected]

WORKDIR /dashboard
Expand Down
8 changes: 4 additions & 4 deletions bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ clean_top_5()
{
# 1st 5 lines on Puma
local -r L1="Puma starting in single mode..."
local -r L2='* Puma version: 6.4.3 (ruby 3.3.6-p108) ("The Eagle of Durango")'
local -r L3="* Min threads: 0"
local -r L4="* Max threads: 5"
local -r L5="* Environment: production"
local -r L2='* Puma version: 6.5.0 ("Sky'"'"'s Version")'
local -r L3='* Ruby version: ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [x86_64-linux-musl]'
local -r L4="* Min threads: 0"
local -r L5="* Max threads: 5"
#
local -r all5="$(printf "%s\n%s\n%s\n%s\n%s" "${L1}" "${L2}" "${L3}" "${L4}" "${L5}")"
echo "${all5}"
Expand Down
2 changes: 1 addition & 1 deletion source/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/sinatra-base:16c1478
FROM cyberdojo/sinatra-base:db948c1
LABEL [email protected]

WORKDIR /app
Expand Down

0 comments on commit 5a0bf43

Please sign in to comment.