Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
#1 Update version (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Oct 31, 2022
1 parent c0df5c3 commit 62cfdb3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.1.3] - 2022-10-27

### Changed in 1.1.3

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.3.2`
- In `requirements.txt`, updated:
- orjson==3.8.1
- pandas==1.5.1
- prettytable==3.5.0
- python-socketio==5.7.2
- setuptools==65.5.0
- VisiData==2.10.2

## [1.1.2] - 2022-09-28

### Changed in 1.1.2
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BASE_IMAGE=senzing/senzingapi-tools:3.3.0
ARG BASE_IMAGE=senzing/senzingapi-tools:3.3.2
ARG BASE_BUILDER_IMAGE=node:lts-buster-slim

ARG IMAGE_NAME="senzing/entity-search-web-app-console"
ARG IMAGE_MAINTAINER="[email protected]"
ARG IMAGE_VERSION="1.1.2"
ARG IMAGE_VERSION="1.1.3"

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

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

ENV REFRESHED_AT=2022-09-27
ENV REFRESHED_AT=2022-10-27

# Run as "root" for system installation.

Expand Down Expand Up @@ -75,7 +75,7 @@ RUN mkdir /tmp/fio \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2022-09-27
ENV REFRESHED_AT=2022-10-27

LABEL Name=${IMAGE_NAME} \
Maintainer=${IMAGE_MAINTAINER} \
Expand Down

0 comments on commit 62cfdb3

Please sign in to comment.