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

Commit

Permalink
github-util: Update FROM version (#20)
Browse files Browse the repository at this point in the history
* #1 Update version

* #1 Update version
  • Loading branch information
docktermj authored Jan 6, 2022
1 parent c4d24d8 commit bb6cee5
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,5 +1,5 @@
ARG BASE_IMAGE=senzing/senzing-base:1.6.3
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.3
ARG BASE_IMAGE=senzing/senzing-base:1.6.4
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.7

# -----------------------------------------------------------------------------
# Stage: builder
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=2021-12-07
ENV REFRESHED_AT=2022-01-06

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=2021-12-07
ENV REFRESHED_AT=2022-01-06

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

0 comments on commit bb6cee5

Please sign in to comment.