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

github-util: Update FROM version #93

Merged
merged 1 commit into from
Jan 12, 2023
Merged
Changes from all commits
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.2
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.4.0
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-10-27
ENV REFRESHED_AT=2023-01-12

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

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2022-10-27
ENV REFRESHED_AT=2023-01-12

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