Skip to content

Commit

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

* #1 Prepare for versioned release
  • Loading branch information
docktermj authored Jan 12, 2023
1 parent 7c0dd37 commit ce8f7d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.4.5] - 2023-01-12

### Changed in 1.4.5

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.4.0`
- In `requirements.txt`, updated:
- csvkit==1.1.0
- Flask-SocketIO==5.3.2
- orjson==3.8.5
- pandas==1.5.2
- prettytable==3.6.0
- setuptools==65.7.0

## [1.4.4] - 2022-10-27

### Changed in 1.4.4

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.3.1`
- In `requirements.txt`, updated:
- orjson==3.8.1
- pandas==1.5.1
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BASE_IMAGE=senzing/senzingapi-tools:3.3.2
ARG BASE_IMAGE=senzing/senzingapi-tools:3.4.0

ARG IMAGE_NAME="senzing/sshd"
ARG IMAGE_MAINTAINER="support@senzing.com"
ARG IMAGE_VERSION="1.4.4"
ARG IMAGE_VERSION="1.4.5"

# -----------------------------------------------------------------------------
# Stage: builder
Expand All @@ -12,7 +12,7 @@ FROM ${BASE_IMAGE} AS builder

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

ENV REFRESHED_AT=2022-10-27
ENV REFRESHED_AT=2023-01-12

# Run as "root" for system installation.

Expand Down

0 comments on commit ce8f7d9

Please sign in to comment.