diff --git a/Dockerfile b/Dockerfile index bb9cd73..bdf39b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.7 ENV TOMCAT_MAJOR=11 \ TOMCAT_VERSION=11.0.18 \ ##shib-idp \ - VERSION=5.2.0 \ + VERSION=5.2.1 \ ##TIER \ - TIERVERSION=20260213_rocky9_multiarch \ + TIERVERSION=20260218_rocky9_multiarch \ #################### \ #### OTHER VARS #### \ #################### \ diff --git a/container_files/idp/idp.installer.properties b/container_files/idp/idp.installer.properties index f3b10af..b84cd12 100644 --- a/container_files/idp/idp.installer.properties +++ b/container_files/idp/idp.installer.properties @@ -1,4 +1,4 @@ -idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.2.0 +idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-5.2.1 idp.target.dir=/opt/shibboleth-idp idp.host.name=idp.example.org idp.sealer.password=changeit diff --git a/test-compose/idp/Dockerfile b/test-compose/idp/Dockerfile index 85006cb..93c8c9d 100644 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -22,4 +22,3 @@ ADD ${SHBVIEWS} /opt/shibboleth-idp/views #ADD ${SHBMSGS} /opt/shibboleth-idp/messages ADD ${SHBMD} /opt/shibboleth-idp/metadata - diff --git a/tests/fulltest.sh b/tests/fulltest.sh index 3b31208..73120a3 100755 --- a/tests/fulltest.sh +++ b/tests/fulltest.sh @@ -75,4 +75,3 @@ else popd &>/dev/null exit 1 fi -