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

github-util: Update FROM version #76

Merged
merged 2 commits into from
Oct 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/senzingapi-runtime:3.3.0
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.3.1
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.10

# -----------------------------------------------------------------------------
Expand All @@ -7,7 +7,7 @@ ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.10

FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2022-09-27
ENV REFRESHED_AT=2022-10-11

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-09-27
ENV REFRESHED_AT=2022-10-11

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