Skip to content

Commit

Permalink
github-util: Update FROM version (#104)
Browse files Browse the repository at this point in the history
* #1 Update version

* prepare for versioned release
  • Loading branch information
kernelsam authored Jun 24, 2024
1 parent 7832ba3 commit fe2d009
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Thing 5
- Thing 4

## [1.2.5] - 2024-06-24

### Changed in 1.2.5

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

## [1.2.4] - 2024-05-22

### Changed in 1.2.4
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG BASE_IMAGE=debian:11.9-slim@sha256:0e75382930ceb533e2f438071307708e79dc86d9b8e433cc6dd1a96872f2651d
ARG BASE_IMAGE=debian:11.9-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24

LABEL Name="senzing/template-python" \
Maintainer="support@senzing.com" \
Version="1.2.4"
Version="1.2.5"

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

Expand Down

0 comments on commit fe2d009

Please sign in to comment.