Skip to content

Commit

Permalink
#40 Update FROM senzing/senzing-base:1.6.2 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Oct 11, 2021
1 parent 6710875 commit 1d8a7ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 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.2.1] - 2021-10-11

### Added in 1.2.1

- Updated to senzing/senzing-base:1.6.2

## [1.2.0] - 2021-08-27

### Added to 1.2.0
Expand Down
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzing-base:1.6.1
ARG BASE_IMAGE=senzing/senzing-base:1.6.2
ARG BASE_BUILDER_IMAGE=node:lts-buster-slim

# -----------------------------------------------------------------------------
Expand All @@ -9,11 +9,11 @@ FROM ${BASE_BUILDER_IMAGE} as builder

# Set Shell to use for RUN commands in builder step.

ENV REFRESHED_AT=2021-08-26
ENV REFRESHED_AT=2021-10-11

LABEL Name="senzing/xterm-builder" \
Maintainer="support@senzing.com" \
Version="1.0.0"
Version="1.2.1"

# Build arguments.

Expand Down Expand Up @@ -65,14 +65,14 @@ RUN mkdir /tmp/fio \
# Stage: Final
# -----------------------------------------------------------------------------

ARG BASE_IMAGE=senzing/senzing-base:1.6.1
ARG BASE_IMAGE=senzing/senzing-base:1.6.2
FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2021-07-23
ENV REFRESHED_AT=2021-10-11

LABEL Name="senzing/xterm" \
Maintainer="support@senzing.com" \
Version="1.2.0"
Version="1.2.1"

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

Expand Down Expand Up @@ -110,7 +110,7 @@ COPY requirements.txt ./
RUN pip3 install --upgrade pip \
&& pip3 install -r requirements.txt \
&& rm /requirements.txt

# The port for the Flask is 5000.

EXPOSE 5000
Expand Down

0 comments on commit 1d8a7ec

Please sign in to comment.