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 12b93c9 commit 310421c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,7 +51,7 @@ RUN curl -X GET \

FROM ${BASE_IMAGE} AS runner

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

LABEL Name="senzing/redoer" \
Maintainer="[email protected]" \
Expand Down

0 comments on commit 310421c

Please sign in to comment.