From 5644719aa3298875c52d2f9b6aae3e7ce26a97a6 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Thu, 29 Apr 2021 06:10:00 -0500 Subject: [PATCH] Update Shibboleth SP to version 3.2.2 Update the Shibboleth SP to version 3.3.2. --- 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 66d77e1..67d5ae9 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.1/shibboleth-sp-3.2.1.tar.gz +ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.2/shibboleth-sp-3.2.2.tar.gz RUN wget -O shibboleth-sp.tar.gz "${SHIBBOLETH_SP_URL}" \ && mkdir -p src \