Skip to content

Commit

Permalink
Update Shibboleth SP to version 3.2.2
Browse files Browse the repository at this point in the history
Update the Shibboleth SP to version 3.3.2.
  • Loading branch information
skoranda committed Apr 29, 2021
1 parent cc98913 commit 5644719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/shibboleth-sp-3.2.1.tar.gz
ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.2/shibboleth-sp-3.2.2.tar.gz

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

0 comments on commit 5644719

Please sign in to comment.