diff --git a/Dockerfile b/Dockerfile index 7c429e9..0c6230a 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.2 -ARG TIERVERSION=20210427 +ARG version=3.2.3 +ARG TIERVERSION=20210707 MAINTAINER $maintainer LABEL Vendor="Internet2" diff --git a/common.bash b/common.bash index 7657f7e..12b9757 100644 --- a/common.bash +++ b/common.bash @@ -1,3 +1,3 @@ maintainer="tier" imagename="shibboleth_sp" -version="3.2.2" +version="3.2.3"