Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump to 4.1.1
satkinson committed Feb 2, 2023
1 parent 58dacb8 commit 67c9170
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.1.0'
version='4.1.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=230117
ENV TIER_RELEASE=230202
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.1.0"
COMANAGE_REGISTRY_VERSION="4.1.1"

0 comments on commit 67c9170

Please sign in to comment.