From b710fc3a7c26442589a557ac273bd0b090b990e3 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Wed, 28 Feb 2018 07:14:51 -0600 Subject: [PATCH] Update XMLTooling for Shibboleth SP (again) --- comanage-registry-shibboleth-sp/Dockerfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comanage-registry-shibboleth-sp/Dockerfile.template b/comanage-registry-shibboleth-sp/Dockerfile.template index b78aa39..dc8d8b3 100644 --- a/comanage-registry-shibboleth-sp/Dockerfile.template +++ b/comanage-registry-shibboleth-sp/Dockerfile.template @@ -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 \