Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Set correct snapshot versions
Browse files Browse the repository at this point in the history
Signed-off-by: Ljupcho Palashevski <lpalashevski@gmail.com>
  • Loading branch information
lpalashevski committed May 26, 2023
1 parent b084df2 commit 5609961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# Image base default for building the connector image
ARG egeria_base_image=quay.io/odpi/egeria
# Egeria base image version to extend
ARG egeria_version=4.0
ARG egeria_version=4.1-SNAPSHOT
# Must be set to help get the right files for the connextors
FROM ${egeria_base_image}:${egeria_version}
# Egeria connector default version, arg passed from ci/cd will overwrite this value
ARG connector_version=1.1
ARG connector_version=1.2-SNAPSHOT
# Default app user defined in the base redhat docker image ubi9/openjdk-17-runtime
ARG app_user=185

Expand Down

0 comments on commit 5609961

Please sign in to comment.