From 511aedef5309b4b2bb1a3043148498e88971a6d1 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 19 Dec 2019 10:25:48 -0500 Subject: [PATCH] update to 1.7.0-RC1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 420f715..6e0cd54 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 as bootstrap -ARG version=1.6.0-RC1 +ARG version=1.7.0-RC1 COPY bootstrapfiles/shibui-${version}.jar.sha256sum . @@ -11,7 +11,7 @@ FROM centos:7 # beacon env ENV VERSION=${version} \ - TIERVERSION=191010 \ + TIERVERSION=191219 \ IMAGE=shibboleth_idp_ui \ MAINTAINER=InCommon