diff --git a/Jenkinsfile b/Jenkinsfile index 5cff0ce..83a8d33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { maintainer_credential_ref = 'dockerhub-tier' imagename = 'g' tag = 'l' - version='3.3.1' + version='3.3.2' } stages { stage('Setting build context') { diff --git a/common.bash b/common.bash index 0ba9ca4..ab89179 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="i2incommon" imagename="comanage-registry" -COMANAGE_REGISTRY_VERSION="3.3.1" +COMANAGE_REGISTRY_VERSION="3.3.2"