Skip to content

Commit

Permalink
github-util: Update FROM version (#73)
Browse files Browse the repository at this point in the history
* #1 Update version

* prepare for versioned release
  • Loading branch information
kernelsam authored Jun 24, 2024
1 parent c83ec98 commit aabb47e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.10.3] - 2024-06-24

### Changed in 3.10.3

- Updated Dockerfile FROM to `senzing/senzingapi-runtime:3.10.3`
- Updated to SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.10.3-24163"

## [3.10.1] - 2024-05-22

### Changed in 3.10.1
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.1
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.3

# Create the runtime image.

ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.10.1-24135"
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.10.3-24163"

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

FROM ${BASE_IMAGE} AS builder

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24

# Run as "root" for system installation.

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN pip3 install --upgrade pip \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24

ARG SENZING_ACCEPT_EULA
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE
Expand All @@ -58,7 +58,7 @@ ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \

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

# Run as "root" for system installation.

Expand Down

0 comments on commit aabb47e

Please sign in to comment.