Skip to content

Commit

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

* prepare for versioned release
  • Loading branch information
kernelsam authored Jun 25, 2024
1 parent 2a1ad5e commit 258ac60
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 @@ -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).

## [2.2.9] - 2024-06-24

### Changed in 2.2.9

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.10.3`

## [2.2.8] - 2024-05-22

### Changed in 2.2.8
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=senzing/senzingapi-tools:3.10.1
ARG BASE_IMAGE=senzing/senzingapi-tools:3.10.3
FROM ${BASE_IMAGE}

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

LABEL Name="senzing/g2loader" \
Maintainer="support@senzing.com" \
Version="2.2.8"
Version="2.2.9"

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

Expand Down

0 comments on commit 258ac60

Please sign in to comment.