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
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch"],
"matchPackagePrefixes": ["!senzing/"],
"matchPackageNames": ["*", "!senzing/**"],
"minimumReleaseAge": "21 days"
}
]
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [3.13.2] - 2026-08-05

### Changed in 3.13.2

- Updated to `debian:13.5-slim`
- Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.13.2-26210"

## [3.13.1] - 2026-06-17

### Changed in 3.13.1
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ARG BASE_IMAGE=debian:13.3-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430
ARG BASE_IMAGE=debian:13.5-slim@sha256:28de0877c2189802884ccd20f15ee41c203573bd87bb6b883f5f46362d24c5c2
FROM ${BASE_IMAGE}

# Create the build image.

ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.13.1-25323"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.13.2-26210"
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_2.0.1-1_all.deb"
ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"

ENV REFRESHED_AT=2026-06-17
ENV REFRESHED_AT=2026-08-05

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.13.1" \
SenzingAPI="3.13.1"
Version="3.13.2" \
SenzingAPI="3.13.2"

# Run as "root" for system installation.

Expand Down
Loading