diff --git a/Jenkinsfile b/Jenkinsfile index aa3dc88..16517a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='3.3.3' + version='3.3.4' } stages { stage('Setting build context') { diff --git a/common.bash b/common.bash index ceec272..ea4a1a3 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="3.3.3" +COMANAGE_REGISTRY_VERSION="3.3.4"