File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=debian:11.9-slim@sha256:0e75382930ceb533e2f438071307708e79dc86d9b8e433cc6dd1a96872f2651d
1+ ARG BASE_IMAGE=debian:11.9-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4
22FROM ${BASE_IMAGE}
33
4- ENV REFRESHED_AT=2024-05-22
4+ ENV REFRESHED_AT=2024-06-24
55
66LABEL Name="senzing/template-docker" \
77 Maintainer="support@senzing.com" \
8- Version="1.3.3 "
8+ Version="1.3.4 "
99
1010HEALTHCHECK CMD ["/app/healthcheck.sh" ]
1111
You can’t perform that action at this time.
0 commit comments