Skip to content

Commit 84ab57b

Browse files
authored
github-util: Update FROM version (#120)
* #1 Update version * prepare for versioned release
1 parent 0aaa85e commit 84ab57b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Thing 5
1212
- Thing 4
1313

14+
## [1.3.4] - 2024-06-24
15+
16+
### Changed in 1.3.4
17+
18+
- In `Dockerfile`, updated FROM instruction to `debian:11.9-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4`
19+
1420
## [1.3.3] - 2024-05-22
1521

1622
### Changed in 1.3.3

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ARG BASE_IMAGE=debian:11.9-slim@sha256:0e75382930ceb533e2f438071307708e79dc86d9b8e433cc6dd1a96872f2651d
1+
ARG BASE_IMAGE=debian:11.9-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4
22
FROM ${BASE_IMAGE}
33

4-
ENV REFRESHED_AT=2024-05-22
4+
ENV REFRESHED_AT=2024-06-24
55

66
LABEL Name="senzing/template-docker" \
77
Maintainer="support@senzing.com" \
8-
Version="1.3.3"
8+
Version="1.3.4"
99

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

0 commit comments

Comments
 (0)