Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
#1 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Nov 15, 2023
1 parent 49344ac commit 13085e5
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.7.1
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.20
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.8.0
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.21

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

FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2023-09-29
ENV REFRESHED_AT=2023-11-14

LABEL Name="senzing/connector-neo4j-builder" \
Maintainer="[email protected]" \
Expand Down Expand Up @@ -46,7 +46,7 @@ RUN export CONNECTOR_NEO4J_JAR_VERSION=$(mvn "help:evaluate" -Dexpression=projec

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2023-09-29
ENV REFRESHED_AT=2023-11-14

LABEL Name="senzing/connector-neo4j" \
Maintainer="[email protected]" \
Expand Down

0 comments on commit 13085e5

Please sign in to comment.