diff --git a/Dockerfile b/Dockerfile index 6187b63..7c429e9 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.1 -ARG TIERVERSION=20210317 +ARG version=3.2.2 +ARG TIERVERSION=20210427 MAINTAINER $maintainer LABEL Vendor="Internet2" diff --git a/common.bash b/common.bash index f5c9398..7657f7e 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="tier" imagename="shibboleth_sp" -version="3.2.1" +version="3.2.2"