Skip to content

Commit

Permalink
#78 Prepare for versioned release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Jan 19, 2024
1 parent 27fe5e8 commit 18c5ac8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.8.2] - 2024-01-19

### Changed in 3.8.2

- Updated to `debian:11.8-slim@sha256:41c3fecb70015fd9c72d6df95573de3f92d5f4f46fdabe8dbd8d2bfb1531594d`
- Updated to SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.8.2-24011"

## [3.8.0] - 2023-11-14

### Changed in 3.8.0
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:11.8-slim@sha256:19664a5752dddba7f59bb460410a0e1887af346e21877fa7cec78bfd3cb77da5
ARG BASE_IMAGE=debian:11.8-slim@sha256:41c3fecb70015fd9c72d6df95573de3f92d5f4f46fdabe8dbd8d2bfb1531594d
FROM ${BASE_IMAGE}

# Create the build image.

ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.8.0-23303"
ARG SENZING_APT_INSTALL_PACKAGE="senzingapi-runtime=3.8.2-24011"
ARG SENZING_APT_REPOSITORY_NAME="senzingrepo_1.0.1-1_all.deb"
ARG SENZING_APT_REPOSITORY_URL="https://senzing-production-apt.s3.amazonaws.com"

ENV REFRESHED_AT=2023-11-14
ENV REFRESHED_AT=2024-01-19

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="[email protected]" \
Version="3.8.0" \
SenzingAPI="3.8.0"
Version="3.8.2" \
SenzingAPI="3.8.2"

# Run as "root" for system installation.

Expand Down

0 comments on commit 18c5ac8

Please sign in to comment.