Skip to content

Commit

Permalink
Update base image to fix new curl snyk vulnerability (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger authored Nov 8, 2024
1 parent 7559fff commit f988240
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/force-ci-run
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Edit this file for a quick way to force a CI run
154
156
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:026c095
FROM cyberdojo/sinatra-base:137f7f4
LABEL [email protected]

WORKDIR /dashboard
Expand Down
2 changes: 1 addition & 1 deletion bin/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ 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.5-p100) ("The Eagle of Durango")'
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"
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:026c095
FROM cyberdojo/sinatra-base:137f7f4
LABEL [email protected]

WORKDIR /app
Expand Down

0 comments on commit f988240

Please sign in to comment.