File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 3.12.8] - 2025-06-20
11+
12+ ### Changed in 3.12.8
13+
14+ - Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.8-25153"
15+
1016## [ 3.12.6] - 2025-03-18
1117
1218### Changed in 3.12.6
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ FROM ${BASE_IMAGE}
44# Create the build image.
55
66ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
7- ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.6-25072 "
7+ ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.8-25153 "
88ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_2.0.0-1_all.deb"
99ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"
1010
11- ENV REFRESHED_AT=2025-03-18
11+ ENV REFRESHED_AT=2025-06-20
1212
1313ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \
1414 SENZING_APT_INSTALL_PACKAGE=${SENZING_APT_INSTALL_PACKAGE} \
@@ -17,8 +17,8 @@ ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \
1717
1818LABEL Name="senzing/senzingapi-runtime" \
1919 Maintainer="support@senzing.com" \
20- Version="3.12.6 " \
21- SenzingAPI="3.12.6 "
20+ Version="3.12.8 " \
21+ SenzingAPI="3.12.8 "
2222
2323# Run as "root" for system installation.
2424
You can’t perform that action at this time.
0 commit comments