This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
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.
github-util: Update FROM version (#113)
* #1 Update version * Prepare for versioned release
- Loading branch information
Showing
2 changed files
with
18 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
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-tools:3.5.0 | ||
ARG BASE_IMAGE=senzing/senzingapi-tools:3.5.2 | ||
ARG BASE_BUILDER_IMAGE=node:lts-buster-slim | ||
|
||
ARG IMAGE_NAME="senzing/entity-search-web-app-console" | ||
ARG IMAGE_MAINTAINER="[email protected]" | ||
ARG IMAGE_VERSION="1.1.4" | ||
ARG IMAGE_VERSION="1.1.5" | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Stage: builder | ||
|
@@ -13,7 +13,7 @@ FROM ${BASE_BUILDER_IMAGE} AS builder | |
|
||
# Set Shell to use for RUN commands in builder step. | ||
|
||
ENV REFRESHED_AT=2023-04-03 | ||
ENV REFRESHED_AT=2023-05-09 | ||
|
||
# Run as "root" for system installation. | ||
|
||
|
@@ -75,7 +75,7 @@ RUN mkdir /tmp/fio \ | |
|
||
FROM ${BASE_IMAGE} AS runner | ||
|
||
ENV REFRESHED_AT=2023-04-03 | ||
ENV REFRESHED_AT=2023-05-09 | ||
|
||
LABEL Name=${IMAGE_NAME} \ | ||
Maintainer=${IMAGE_MAINTAINER} \ | ||
|