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 Aug 15, 2022
1 parent 0fb8f27 commit 234f0f6
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/senzing-base:1.6.9
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.9
ARG BASE_IMAGE=senzing/senzing-base:1.6.10
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.10

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

FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2022-06-27
ENV REFRESHED_AT=2022-08-12

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

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2022-06-27
ENV REFRESHED_AT=2022-08-12

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

0 comments on commit 234f0f6

Please sign in to comment.