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
kernelsam committed Mar 18, 2024
1 parent edf7f80 commit bdf09af
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.8.0
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.21
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.9.0
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.22

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

FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2023-11-14
ENV REFRESHED_AT=2024-03-18

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-11-14
ENV REFRESHED_AT=2024-03-18

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

0 comments on commit bdf09af

Please sign in to comment.