Skip to content

Commit

Permalink
Dockerfile: update to new base image (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 24, 2023
1 parent a3cead8 commit 5f23c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:76dd1ca
ARG BASE_IMAGE=cyberdojo/sinatra-base:ba15209
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand All @@ -7,7 +7,6 @@ COPY --chown=nobody:nogroup . .

ARG COMMIT_SHA
ENV SHA=${COMMIT_SHA}
ENV COMMIT_SHA=${COMMIT_SHA}

# ARGs are reset after FROM See https://github.com/moby/moby/issues/34129
ARG BASE_IMAGE
Expand Down
3 changes: 1 addition & 2 deletions test/client/Dockerfile
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=cyberdojo/sinatra-base:76dd1ca
ARG BASE_IMAGE=cyberdojo/sinatra-base:ba15209
FROM ${BASE_IMAGE}
LABEL maintainer=jon@jaggersoft.com

Expand All @@ -7,7 +7,6 @@ COPY --chown=nobody:nogroup . .

ARG COMMIT_SHA
ENV SHA=${COMMIT_SHA}
ENV COMMIT_SHA=${COMMIT_SHA}

# ARGs are reset after FROM See https://github.com/moby/moby/issues/34129
ARG BASE_IMAGE
Expand Down

0 comments on commit 5f23c39

Please sign in to comment.