Skip to content

Commit

Permalink
Merge pull request #111 from docker/4.3.0_20230118
Browse files Browse the repository at this point in the history
bump IdP to 4.3.0 and tomcat to 9.0.71
  • Loading branch information
pcaskey authored Jan 19, 2023
2 parents 8b2dc03 + b32c3bd commit 32a8567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.70 \
TOMCAT_VERSION=9.0.71 \
##shib-idp \
VERSION=4.2.1 \
VERSION=4.3.0 \
##TIER \
TIERVERSION=20221213 \
TIERVERSION=20230118 \
#################### \
#### OTHER VARS #### \
#################### \
Expand Down
2 changes: 1 addition & 1 deletion container_files/idp/idp.installer.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.2.1
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.3.0
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down

0 comments on commit 32a8567

Please sign in to comment.