Skip to content

Commit

Permalink
Update source URL for santuario
Browse files Browse the repository at this point in the history
Update the source URL for santuario used by the Shibboleth SP.
  • Loading branch information
skoranda committed Sep 10, 2018
1 parent cc8ebfa commit 7e137d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7e137d6

Please sign in to comment.