Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump version to 4.3.1
satkinson committed Nov 16, 2023
1 parent 7e3b04d commit 16daa08
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
maintainer_credential_ref = 'dockerhub-tier'
imagename = 'g'
tag = 'l'
version='4.3.0'
version='4.3.1'
}
stages {
stage('Setting build context') {
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier/Dockerfile
@@ -145,7 +145,7 @@ EXPOSE 80 443
# following line (to prevent other scripts from processing it).
##### ENV TIER_BEACON_OPT_OUT True

ENV TIER_RELEASE=231002
ENV TIER_RELEASE=231116
ENV TIER_MAINTAINER=tier

WORKDIR /srv/comanage-registry
2 changes: 1 addition & 1 deletion common.bash
@@ -1,3 +1,3 @@
maintainer="i2incommon"
imagename="comanage-registry"
COMANAGE_REGISTRY_VERSION="4.3.0"
COMANAGE_REGISTRY_VERSION="4.3.1"

0 comments on commit 16daa08

Please sign in to comment.