From 560cb7f95ad86677bd14b1fe24736b50eeeb5204 Mon Sep 17 00:00:00 2001 From: Scott Koranda <skoranda@gmail.com> Date: Mon, 12 Jul 2021 12:35:48 -0500 Subject: [PATCH] Update Shibboleth SP to version 3.2.3 Update the Shibboleth SP to version 3.2.3. --- comanage-registry-shibboleth-sp-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-shibboleth-sp-base/Dockerfile b/comanage-registry-shibboleth-sp-base/Dockerfile index 67d5ae9..d6ae470 100644 --- a/comanage-registry-shibboleth-sp-base/Dockerfile +++ b/comanage-registry-shibboleth-sp-base/Dockerfile @@ -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.2/shibboleth-sp-3.2.2.tar.gz +ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.3/shibboleth-sp-3.2.3.tar.gz RUN wget -O shibboleth-sp.tar.gz "${SHIBBOLETH_SP_URL}" \ && mkdir -p src \