Skip to content

Commit

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

* Prepare for versioned release
  • Loading branch information
docktermj authored Jun 29, 2023
1 parent 8999c11 commit 9c47302
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>senzing-api-server</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.5.4] - 2023-06-29

### Changed in 3.5.4

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-runtime:3.6.0`

## [3.5.3] - 2023-06-15

### Changed in 3.5.3
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.5.3
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.6.0
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.19

# -----------------------------------------------------------------------------
Expand All @@ -7,11 +7,11 @@ ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.19

FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2023-06-15
ENV REFRESHED_AT=2023-06-29

LABEL Name="senzing/senzing-api-server-builder" \
Maintainer="[email protected]" \
Version="3.5.3"
Version="3.5.4"

# Set environment variables.

Expand Down Expand Up @@ -39,11 +39,11 @@ RUN wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public > /

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2023-06-15
ENV REFRESHED_AT=2023-06-29

LABEL Name="senzing/senzing-api-server" \
Maintainer="[email protected]" \
Version="3.5.3"
Version="3.5.4"

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.senzing</groupId>
<artifactId>senzing-api-server</artifactId>
<packaging>jar</packaging>
<version>3.5.3</version>
<version>3.5.4</version>
<name>senzing-api-server</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down

0 comments on commit 9c47302

Please sign in to comment.