From ac96bb1f967e59eeff50421ba165073c66e90272 Mon Sep 17 00:00:00 2001
From: Nigel Jones <nigel.l.jones+git@gmail.com>
Date: Tue, 7 Feb 2023 16:08:12 +0000
Subject: [PATCH] Correct location of jar archive in Dockerfile

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 9a68b93..881b2d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@
 # Copyright Contributors to the Egeria project
 
 # This is the EGERIA version - typically passed from the ci/cd pipeline
-ARG EGERIA_BASE_IMAGE=quay.io/odpi/egeria:latest
+ARG EGERIA_BASE_IMAGE=quay.io/odpi/egeria
 ARG EGERIA_VERSION=latest
 # Must be set to help get the right files for the connextors
 
@@ -16,5 +16,5 @@ LABEL org.opencontainers.image.description = "Egeria with Strimzi connector" \
 
 ENV CONNECTOR_VERSION ${CONNECTOR_VERSION}
 
-COPY build/libs/egeria-connector-integration-topic-strimzi-${CONNECTOR_VERSION}-with-dependencies.jar /deployments/server/lib
+COPY build/libs/egeria-connector-integration-topic-strimzi-${CONNECTOR_VERSION}-jar-with-dependencies.jar /deployments/server/lib