Skip to content

Commit

Permalink
Update xerces source URL for Shibboleth SP
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Nov 9, 2018
1 parent 565db19 commit 5398b62
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 @@ -54,7 +54,7 @@ RUN wget -O log4shib.tar.gz "${LOG4SHIB_URL}" \
&& cd .. \
&& rm -r src

ARG XERCESC_URL=http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.1.tar.gz
ARG XERCESC_URL=http://www.apache.org/dist/xerces/c/3/sources/xerces-c-3.2.2.tar.gz

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

0 comments on commit 5398b62

Please sign in to comment.