Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [3.12.8] - 2025-06-20

### Changed in 3.12.8

- Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.8-25153"

## [3.12.6] - 2025-03-18

### Changed in 3.12.6
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.12.6-25072"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.8-25153"
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_2.0.0-1_all.deb"
ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"

ENV REFRESHED_AT=2025-03-18
ENV REFRESHED_AT=2025-06-20

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="support@senzing.com" \
Version="3.12.6" \
SenzingAPI="3.12.6"
Version="3.12.8" \
SenzingAPI="3.12.8"

# Run as "root" for system installation.

Expand Down