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 #62

Merged
merged 3 commits into from
Nov 14, 2023
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.7.1
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.8.0

# Create the runtime image.

Expand All @@ -11,7 +11,7 @@ ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.7.1-23269"

FROM ${BASE_IMAGE} AS builder

ENV REFRESHED_AT=2023-09-28
ENV REFRESHED_AT=2023-11-14

LABEL Name="senzing/senzingapi-tools" \
Maintainer="[email protected]" \
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN pip3 install --upgrade pip \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2023-09-28
ENV REFRESHED_AT=2023-11-14

ARG SENZING_ACCEPT_EULA
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE
Expand Down