Skip to content

Commit

Permalink
#1 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jun 24, 2024
1 parent 6f24dc6 commit ae72f94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.1
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.23
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.3
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.24

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

FROM ${BASE_BUILDER_IMAGE} as builder

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

# Set environment variables.

Expand All @@ -32,7 +32,7 @@ RUN export SENZING_API_SERVER_VERSION=$(mvn "help:evaluate" -Dexpression=project

FROM ${BASE_IMAGE}

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

LABEL Name="senzing/senzing-api-server" \
Maintainer="[email protected]" \
Expand Down

0 comments on commit ae72f94

Please sign in to comment.