Skip to content

Commit

Permalink
Merge pull request #225 from Senzing/issue-224.ron.0
Browse files Browse the repository at this point in the history
#224 update to senzing base 1.6.1
  • Loading branch information
roncewind authored Jul 15, 2021
2 parents e7a40ec + 8c268fc commit 3d1f6de
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.8.2] - 2021-07-15

### Added in 1.8.2

- Updated to senzing/senzing-base:1.6.1

## [1.8.1] - 2021-07-13

### Added in 1.8.1
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/senzing-base:1.6.0
ARG BASE_IMAGE=senzing/senzing-base:1.6.1
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2021-03-26
ENV REFRESHED_AT=2021-07-15

LABEL Name="senzing/stream-loader" \
Maintainer="support@senzing.com" \
Version="1.8.1"
Version="1.8.2"

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

Expand Down

0 comments on commit 3d1f6de

Please sign in to comment.