Skip to content

Commit

Permalink
#61 Prepare for version 3.7.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 27, 2023
1 parent 8859cdd commit 82a83ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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

### Changed in 3.7.1

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

## [3.7.0] - 2023-09-27

### Changed in 3.7.0
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.0-23248"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.7.1-23269"
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_1.0.1-1_amd64.deb"
ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"

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

LABEL Name="senzing/senzingapi-runtime" \
Maintainer="support@senzing.com" \
Version="3.7.0" \
SenzingAPI="3.7.0"
Version="3.7.1" \
SenzingAPI="3.7.1"

# Run as "root" for system installation.

Expand Down

0 comments on commit 82a83ec

Please sign in to comment.