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,11 +7,18 @@ and this project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 3.12.5] - 2025-02-04
11+
12+ ### Changed in 3.12.5
13+
14+ - Updated to ` debian:11.11-slim `
15+ - Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.5-25031"
16+
1017## [ 3.12.0] - 2024-07-25
1118
1219### Changed in 3.12.0
1320
14- - Updated to ` debian:11.9-slimdebian:11. 11-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c `
21+ - Updated to ` debian:11.11-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c `
1522- Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.0-24261"
1623
1724## [ 3.10.3+1] - 2024-07-25
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=debian:11.11-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c
1+ ARG BASE_IMAGE=debian:11.11-slim
22FROM ${BASE_IMAGE}
33
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.0-24261 "
7+ ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.12.5-25031 "
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=2024-09-26
11+ ENV REFRESHED_AT=2025-02-04
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.0 " \
21- SenzingAPI="3.12.0 "
20+ Version="3.12.5 " \
21+ SenzingAPI="3.12.5 "
2222
2323# Run as "root" for system installation.
2424
You can’t perform that action at this time.
0 commit comments