Skip to content

Commit 258ac60

Browse files
authored
github-util: Update FROM version (#145)
* #1 Update version * prepare for versioned release
1 parent 2a1ad5e commit 258ac60

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
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
[markdownlint](https://dlaa.me/markdownlint/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [2.2.9] - 2024-06-24
10+
11+
### Changed in 2.2.9
12+
13+
- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.10.3`
14+
915
## [2.2.8] - 2024-05-22
1016

1117
### Changed in 2.2.8

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ARG BASE_IMAGE=senzing/senzingapi-tools:3.10.1
1+
ARG BASE_IMAGE=senzing/senzingapi-tools:3.10.3
22
FROM ${BASE_IMAGE}
33

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

66
LABEL Name="senzing/g2loader" \
77
Maintainer="support@senzing.com" \
8-
Version="2.2.8"
8+
Version="2.2.9"
99

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

0 commit comments

Comments
 (0)