From 68822ac57f9ca9c8252d5ba83f4f8e4124d91119 Mon Sep 17 00:00:00 2001 From: Paul Caskey <pcaskey@internet2.edu> Date: Wed, 17 Mar 2021 15:08:42 +0000 Subject: [PATCH] bump SP to 3.2.1 --- Dockerfile | 4 ++-- common.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 598172c..6187b63 100644 --- a/Dockerfile +++ b/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" diff --git a/common.bash b/common.bash index 9c6efa3..f5c9398 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="tier" imagename="shibboleth_sp" -version="3.1.0" +version="3.2.1"