Skip to content

Commit

Permalink
prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jun 25, 2024
1 parent ef5620e commit e11ece3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## [1.0.15] - 2024-06-24

### Changed in 1.0.15

- In `Dockerfile`, updated FROM instruction to `debian:11.9-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4`

## [1.0.14] - 2024-05-22

### Changed in 1.0.14
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG SENZING_APT_REPOSITORY_URL=https://senzing-production-apt.s3.amazonaws.com/s

LABEL Name="senzing/apt" \
Maintainer="[email protected]" \
Version="1.0.14"
Version="1.0.15"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand Down

0 comments on commit e11ece3

Please sign in to comment.