Skip to content

Commit

Permalink
Update XMLTooling for Shibboleth SP (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Feb 28, 2018
1 parent 1ca7c80 commit b710fc3
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 @@ -83,7 +83,7 @@ RUN wget -O xmlsecc.tar.gz "${XMLSECC_URL}" \
&& cd .. \
&& rm -r src

ARG XMLTOOLING_URL=http://shibboleth.net/downloads/c++-opensaml/latest/xmltooling-1.6.3.tar.gz
ARG XMLTOOLING_URL=http://shibboleth.net/downloads/c++-opensaml/latest/xmltooling-1.6.4.tar.gz

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

0 comments on commit b710fc3

Please sign in to comment.