From 7e137d6b0a0e76a33e217a202ea0e43a50ed7615 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 10 Sep 2018 07:22:42 -0500 Subject: [PATCH] Update source URL for santuario Update the source URL for santuario used by the Shibboleth SP. --- comanage-registry-shibboleth-sp/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-shibboleth-sp/Dockerfile.template b/comanage-registry-shibboleth-sp/Dockerfile.template index c851e7e..2a8b08f 100644 --- a/comanage-registry-shibboleth-sp/Dockerfile.template +++ b/comanage-registry-shibboleth-sp/Dockerfile.template @@ -67,7 +67,7 @@ RUN wget -O xerces.tar.gz "${XERCESC_URL}" \ && cd .. \ && rm -r src -ARG XMLSECC_URL=http://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz +ARG XMLSECC_URL=http://archive.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz RUN wget -O xmlsecc.tar.gz "${XMLSECC_URL}" \ && mkdir -p src \