Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Shibboleth SP to version 3.2.3
Update the Shibboleth SP to version 3.2.3.
skoranda committed Jul 12, 2021
1 parent 80df834 commit 560cb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp-base/Dockerfile
@@ -138,7 +138,7 @@ RUN wget -O opensamlc.tar.gz "${OPENSAMLC_URL}" \
&& cd .. \
&& rm -r src

ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.2/shibboleth-sp-3.2.2.tar.gz
ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.3/shibboleth-sp-3.2.3.tar.gz

RUN wget -O shibboleth-sp.tar.gz "${SHIBBOLETH_SP_URL}" \
&& mkdir -p src \

0 comments on commit 560cb7f

Please sign in to comment.