Skip to content

Commit

Permalink
#49 Revert to 3.7.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Sep 28, 2023
1 parent 2d42260 commit e23352f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ 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.7.1] - 2023-09-27
## [3.7.1] - 2023-09-28

### Changed in 3.7.1

- Updated Dockerfile FROM to `senzing/senzingapi-runtime:3.7.1`
- Updated to SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.7.1-23269"

## [3.7.0] - 2023-09-27
## [3.7.0] - 2023-09-28

### Changed in 3.7.0

- Updated Dockerfile FROM to `senzing/senzingapi-runtime:3.7.0`
- Updated to SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.7.0-23248"

## [3.6.0] - 2023-06-29

Expand Down
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.7.1
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.7.0

# Create the runtime image.

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

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

FROM ${BASE_IMAGE} AS builder

ENV REFRESHED_AT=2023-09-27
ENV REFRESHED_AT=2023-09-28

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

# Run as "root" for system installation.

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

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2023-09-27
ENV REFRESHED_AT=2023-09-28

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

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

# Run as "root" for system installation.

Expand Down

0 comments on commit e23352f

Please sign in to comment.