Skip to content

Commit

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

* prepare for versioned release
  • Loading branch information
kernelsam authored Jun 24, 2024
1 parent f1e1f5b commit 78ee4f2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [2.2.13] - 2024-06-24

### Changed in 2.2.13

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-runtime:3.10.3`
- In `requirements.txt`, updated:
- boto3==1.34.131
- orjson==3.10.5
- psutil==6.0.0

## [2.2.12] - 2024-05-22

### Changed in 2.2.12
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.1
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.3

# -----------------------------------------------------------------------------
# Stage: builder
# -----------------------------------------------------------------------------

FROM ${BASE_IMAGE} AS builder

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24

# Run as "root" for system installation.

Expand Down Expand Up @@ -51,11 +51,11 @@ RUN curl -X GET \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24

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

# Define health check.

Expand Down

0 comments on commit 78ee4f2

Please sign in to comment.