Skip to content

Commit

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

### Changed in 3.7.1

- Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.7.1-23269"

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

### Changed in 3.7.0

Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM ${BASE_IMAGE}
# Create the build image.

ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.7.1-23269"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.7.0-23248"
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_1.0.1-1_amd64.deb"
ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"

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

ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \
SENZING_APT_INSTALL_PACKAGE=${SENZING_APT_INSTALL_PACKAGE} \
Expand All @@ -17,8 +17,8 @@ ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \

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

# Run as "root" for system installation.

Expand Down

0 comments on commit 466feb7

Please sign in to comment.