From cc9891326a5a15275d96d5fbc9e6e744077432d4 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Thu, 18 Mar 2021 15:17:10 -0500 Subject: [PATCH] Update Shibboleth SP to version 3.2.1 Update the Shibboleth SP to version 3.2.1. --- comanage-registry-shibboleth-sp-base/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comanage-registry-shibboleth-sp-base/Dockerfile b/comanage-registry-shibboleth-sp-base/Dockerfile index dededff..66d77e1 100644 --- a/comanage-registry-shibboleth-sp-base/Dockerfile +++ b/comanage-registry-shibboleth-sp-base/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update \ wget \ zlib1g-dev -ARG LOG4SHIB_URL=http://shibboleth.net/downloads/log4shib/2.0.0/log4shib-2.0.0.tar.gz +ARG LOG4SHIB_URL=https://shibboleth.net/downloads/log4shib/2.0.0/log4shib-2.0.0.tar.gz RUN wget -O log4shib.tar.gz "${LOG4SHIB_URL}" \ && mkdir -p src \ @@ -138,7 +138,7 @@ RUN wget -O opensamlc.tar.gz "${OPENSAMLC_URL}" \ && cd .. \ && rm -r src -ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.0/shibboleth-sp-3.2.0.tar.gz +ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.1/shibboleth-sp-3.2.1.tar.gz RUN wget -O shibboleth-sp.tar.gz "${SHIBBOLETH_SP_URL}" \ && mkdir -p src \