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 \