Skip to content

Commit

Permalink
github-util: Update FROM version (#127)
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 f5eb7a7 commit 8dd9c92
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).

## [1.1.16] - 2024-06-24

### Changed in 1.1.16

- In `Dockerfile`, updated FROM instruction to `amazonlinux:2@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5`

## [1.1.15] - 2024-05-22

### Changed in 1.1.15
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG BASE_IMAGE=amazonlinux:2@sha256:3bc2191fa2d5f467217e5ca947485bc203b73c02b9a23b164818fa6e37647625
ARG BASE_IMAGE=amazonlinux:2@sha256:becb90c0dbcd559796b39091158e259f0621f7b2c7a753a888b8a50cbec749c5
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24
ARG SENZING_YUM_REPOSITORY_URL=https://senzing-production-yum.s3.amazonaws.com/senzingrepo_2.0.0-1_all.deb

LABEL Name="senzing/yum" \
Maintainer="[email protected]" \
Version="1.1.15"
Version="1.1.16"

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

Expand Down

0 comments on commit 8dd9c92

Please sign in to comment.