Skip to content

Commit

Permalink
github-util: Update FROM version (#58)
Browse files Browse the repository at this point in the history
* #1 Update version

* #1 Update version
  • Loading branch information
docktermj authored Apr 5, 2022
1 parent a69c240 commit 5cfc6cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=debian:11.2-slim@sha256:4c25ffa6ef572cf0d57da8c634769a08ae94529f7de5be5587ec8ce7b9b50f9c
ARG BASE_IMAGE=debian:11.3-slim@sha256:78fd65998de7a59a001d792fe2d3a6d2ea25b6f3f068e5c84881250373577414
ARG BASE_BUILDER_IMAGE=node:lts-buster-slim

# -----------------------------------------------------------------------------
Expand All @@ -9,7 +9,7 @@ FROM ${BASE_BUILDER_IMAGE} AS builder

# Set Shell to use for RUN commands in builder step.

ENV REFRESHED_AT=2022-03-21
ENV REFRESHED_AT=2022-04-01

LABEL Name="senzing/xterm-builder" \
Maintainer="support@senzing.com" \
Expand Down Expand Up @@ -70,7 +70,7 @@ RUN mkdir /tmp/fio \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2022-03-21
ENV REFRESHED_AT=2022-04-01

LABEL Name="senzing/xterm" \
Maintainer="support@senzing.com" \
Expand Down

0 comments on commit 5cfc6cc

Please sign in to comment.