Skip to content

Commit

Permalink
#49 Update to 3.7.1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Sep 28, 2023
1 parent bb014e4 commit 9e96ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.7.0
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.7.1

# Create the runtime image.

ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.7.0-23248"
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.7.1-23269"

# -----------------------------------------------------------------------------
# Stage: builder
Expand All @@ -15,7 +15,7 @@ ENV REFRESHED_AT=2023-09-28

LABEL Name="senzing/senzingapi-tools" \
Maintainer="[email protected]" \
Version="3.7.0"
Version="3.7.1"

# Run as "root" for system installation.

Expand Down Expand Up @@ -62,7 +62,7 @@ ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \

LABEL Name="senzing/senzingapi-tools" \
Maintainer="[email protected]" \
Version="3.7.0"
Version="3.7.1"

# Run as "root" for system installation.

Expand Down

0 comments on commit 9e96ee2

Please sign in to comment.