Skip to content

Commit

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

* Prepare for versioned release
  • Loading branch information
docktermj authored Apr 3, 2023
1 parent 088a763 commit bda3813
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.4.6] - 2023-04-03

### Changed in 1.4.6

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.5.0`
- In `requirements.txt`, updated:
- csvkit==1.1.1
- Flask-SocketIO==5.3.3
- Flask==2.2.3
- orjson==3.8.9
- pandas==1.5.3
- python-engineio==4.4.0
- python-socketio==5.8.0
- setuptools==67.6.1
- VisiData==2.11

## [1.4.5] - 2023-01-12

### Changed in 1.4.5
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.4.0
ARG BASE_IMAGE=senzing/senzingapi-tools:3.5.0

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

# -----------------------------------------------------------------------------
# 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=2023-01-12
ENV REFRESHED_AT=2023-04-03

# Run as "root" for system installation.

Expand Down

0 comments on commit bda3813

Please sign in to comment.