Skip to content

Commit

Permalink
Update Shibboleth SP to version 3.2.1
Browse files Browse the repository at this point in the history
Update the Shibboleth SP to version 3.2.1.
  • Loading branch information
skoranda committed Mar 18, 2021
1 parent 3315c4a commit cc98913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comanage-registry-shibboleth-sp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update \
wget \
zlib1g-dev

ARG LOG4SHIB_URL=http://shibboleth.net/downloads/log4shib/2.0.0/log4shib-2.0.0.tar.gz
ARG LOG4SHIB_URL=https://shibboleth.net/downloads/log4shib/2.0.0/log4shib-2.0.0.tar.gz

RUN wget -O log4shib.tar.gz "${LOG4SHIB_URL}" \
&& mkdir -p src \
Expand Down 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.0/shibboleth-sp-3.2.0.tar.gz
ARG SHIBBOLETH_SP_URL=http://shibboleth.net/downloads/service-provider/3.2.1/shibboleth-sp-3.2.1.tar.gz

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

0 comments on commit cc98913

Please sign in to comment.