Skip to content

Update to Shibboleth SP v3.2.1 to address phishing vulnerability #13

wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Update to Shibboleth SP 3.2.1 to address phishing vulnerability (http…
tfleury committed Mar 17, 2021
commit 2c7bb9972acb865a530abcef19fb4e81da90e42e
4 changes: 2 additions & 2 deletions Dockerfile
@@ -3,8 +3,8 @@ FROM centos:centos7
# Define args and set a default value
ARG maintainer=tier
ARG imagename=shibboleth_sp
ARG version=3.2.0
ARG TIERVERSION=20201217
ARG version=3.2.1
ARG TIERVERSION=20210317

MAINTAINER $maintainer
LABEL Vendor="Internet2"