Skip to content

Commit 0ce699f

Browse files
authored
#102 Update to Senzing 3.12.5 (#103)
* #102 Prepare for versioned release * #102 Prepare for versioned release
1 parent 66eaec6 commit 0ce699f

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
ARG BASE_IMAGE=debian:11.11-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c
1+
ARG BASE_IMAGE=debian:11.11-slim
22
FROM ${BASE_IMAGE}
33

44
# Create the build image.
55

66
ARG 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"
88
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_2.0.0-1_all.deb"
99
ARG 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

1313
ENV 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

1818
LABEL 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

0 commit comments

Comments
 (0)