Skip to content

Commit

Permalink
Dockerfile: update base image (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed May 13, 2024
1 parent 111c12f commit ca06ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:5105f0e
ARG BASE_IMAGE=cyberdojo/sinatra-base:c62d644
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cyberdojo/sinatra-base:5105f0e
FROM cyberdojo/sinatra-base:c62d644
LABEL maintainer=jon@jaggersoft.com

WORKDIR /differ
Expand Down

0 comments on commit ca06ee0

Please sign in to comment.