Skip to content

Commit

Permalink
Updated source URL for XERCES
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Sep 5, 2017
1 parent 0bc5b0c commit f99077a
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 @@ -53,7 +53,7 @@ RUN wget -O log4shib.tar.gz "${LOG4SHIB_URL}" \
&& cd .. \
&& rm -r src

ARG XERCESC_URL=http://ftp.wayne.edu/apache/xerces/c/3/sources/xerces-c-3.1.4.tar.gz
ARG XERCESC_URL=http://ftp.wayne.edu/apache//xerces/c/3/sources/xerces-c-3.2.0.tar.gz

RUN wget -O xerces.tar.gz "${XERCESC_URL}" \
&& mkdir -p src \
Expand Down

0 comments on commit f99077a

Please sign in to comment.