Skip to content

Commit

Permalink
update IdP to 4.3.2 and Tomcat to 9.0.87
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 21, 2024
1 parent b583c4c commit 3882e9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
FROM --platform=$TARGETPLATFORM rockylinux:8.8
FROM --platform=$TARGETPLATFORM rockylinux:8.9

########################
### VERSION SETTINGS ###
########################
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.83 \
TOMCAT_VERSION=9.0.87 \
##shib-idp \
VERSION=4.3.1 \
VERSION=4.3.2 \
##TIER \
TIERVERSION=20231128_rocky8_multiarch \
TIERVERSION=20240321_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-4.3.1
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.3.2
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down

0 comments on commit 3882e9f

Please sign in to comment.