From 2b7a1b6f4e1b59a6b454a77c76b531f7fe5751d5 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 20 Dec 2021 14:07:59 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 752673c..46f3da3 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 as bootstrap -ARG version=1.9.2 +ARG version=1.10.3 COPY bootstrapfiles/shibui-${version}.war.sha256sum . @@ -11,7 +11,7 @@ FROM centos:7 # beacon env ENV VERSION=${version} \ - TIERVERSION=20210802 \ + TIERVERSION=20211220 \ IMAGE=shibboleth_idp_ui \ MAINTAINER=InCommon