Skip to content

Commit

Permalink
Dockerfile: update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSGW committed Nov 1, 2023
1 parent b537a8f commit 78b52b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:8b1b284
ARG BASE_IMAGE=cyberdojo/sinatra-base:b9e9885
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down
2 changes: 1 addition & 1 deletion sources/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:8b1b284
ARG BASE_IMAGE=cyberdojo/sinatra-base:b9e9885
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down

0 comments on commit 78b52b3

Please sign in to comment.