From 3315c4a49fd43fb8a3f4cfa8157ec2379ef6fb2c Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Fri, 5 Mar 2021 11:36:33 -0600 Subject: [PATCH] Update version for Jenkins build Update the necessary files for the Jenkins build for TAP images. --- Jenkinsfile | 2 +- common.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"