From e625aba7afab162a55092fad67b84599561c90b8 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 15 Mar 2017 08:46:07 -0500 Subject: [PATCH] incorporate Shibb 3.3.1 into the build --- Dockerfile | 4 ++-- common.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4cf900b..58c7465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ FROM tier/centos7base ARG registry=docker.io ARG maintainer=tier ARG imagename=shibboleth_idp -ARG version=3.3.0 -ARG tierversion=17020 +ARG version=3.3.1 +ARG tierversion=17030 ARG tierbuild=$tierbuild ENV VERSION=$version ENV TIERVERSION=$tierversion diff --git a/common.bash b/common.bash index 6bf516a..1b60e02 100644 --- a/common.bash +++ b/common.bash @@ -2,4 +2,4 @@ registry="docker.io" maintainer="bigfleet" basename="shibboleth_idp" imagename="shibboleth_idp" -version="3.3.0" +version="3.3.1"