Skip to content

Commit

Permalink
bump to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
satkinson committed Feb 2, 2023
1 parent 58dacb8 commit 67c9170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-internet2-tier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common.bash
Original file line number Diff line number Diff line change
@@ -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.