Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-util: Update FROM version #282

Merged
merged 1 commit into from
May 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ARG BASE_IMAGE=debian:11.3-slim@sha256:78fd65998de7a59a001d792fe2d3a6d2ea25b6f3f068e5c84881250373577414
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.7
ARG BASE_IMAGE=debian:11.3-slim@sha256:f75d8a3ac10acdaa9be6052ea5f28bcfa56015ff02298831994bd3e6d66f7e57
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.8

# -----------------------------------------------------------------------------
# Stage: builder
# -----------------------------------------------------------------------------

FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2022-05-06
ENV REFRESHED_AT=2022-05-09

LABEL Name="senzing/senzing-api-server-builder" \
Maintainer="[email protected]" \
Expand Down Expand Up @@ -39,7 +39,7 @@ RUN wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public > /

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2022-05-06
ENV REFRESHED_AT=2022-05-09

LABEL Name="senzing/senzing-api-server" \
Maintainer="[email protected]" \
Expand Down