-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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. | ||
|
||
|
@@ -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. | ||
|
||
|