Skip to content

Commit

Permalink
Merge pull request #32 from Senzing/issue-31.ron.0
Browse files Browse the repository at this point in the history
Issue 31.ron.0
  • Loading branch information
roncewind authored Jul 14, 2021
2 parents 5f557c0 + c47f025 commit e53be76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ 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.2.1] - 2021-07-12
## [1.2.2] - 2021-07-13

### Added to 1.2.2

- Updated to senzing/senzing-base:1.6.0

- ## [1.2.1] - 2021-07-12

### Added to 1.2.1

Expand Down Expand Up @@ -41,7 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added to 1.0.2

- Add `pip3 install psycopg2-binary`

## [1.0.1] - 2020-10-23

### Added to 1.0.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.5.5
ARG BASE_IMAGE=senzing/senzing-base:1.6.0
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2021-4-16
ENV REFRESHED_AT=2021-07-13

LABEL Name="senzing/sshd" \
Maintainer="support@senzing.com" \
Version="1.1.0"
Version="1.2.2"

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

Expand Down

0 comments on commit e53be76

Please sign in to comment.