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

Commit

Permalink
#1 Update version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Apr 4, 2022
1 parent bb6cee5 commit a0b4bb0
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,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzing-base:1.6.4
ARG BASE_IMAGE=senzing/senzing-base:1.6.6
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.7

# -----------------------------------------------------------------------------
Expand All @@ -9,7 +9,7 @@ FROM ${BASE_BUILDER_IMAGE} as builder

# Set Shell to use for RUN commands in builder step.

ENV REFRESHED_AT=2022-01-06
ENV REFRESHED_AT=2022-04-01

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

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2022-01-06
ENV REFRESHED_AT=2022-04-01

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

0 comments on commit a0b4bb0

Please sign in to comment.