Skip to content

Commit

Permalink
update IdP to 5.1.3 and Tomcat to 10.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Aug 13, 2024
1 parent b96be76 commit 654e8c4
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 --platform=$TARGETPLATFORM rockylinux:8.9
#
##tomcat \
ENV TOMCAT_MAJOR=10 \
TOMCAT_VERSION=10.1.26 \
TOMCAT_VERSION=10.1.28 \
##shib-idp \
VERSION=5.1.2 \
VERSION=5.1.3 \
##TIER \
TIERVERSION=20240715_rocky8_multiarch \
TIERVERSION=20240813_rocky8_multiarch \
#################### \
#### 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-5.1.2
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.1.3
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down

0 comments on commit 654e8c4

Please sign in to comment.