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"