From af6a557db73247094c2dbaf5ec07a87feb2e2345 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 28 Feb 2020 16:42:39 +0000 Subject: [PATCH] update to beta2 --- Dockerfile | 4 ++-- container_files/idp/idp.installer.properties | 2 +- test-compose/idp/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7effa3..90a691e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ FROM centos:centos7 ENV TOMCAT_MAJOR=9 \ TOMCAT_VERSION=9.0.31 \ ##shib-idp \ - VERSION=4.0.0-beta1 \ + VERSION=4.0.0-beta2 \ ##TIER \ - TIERVERSION=20200206 \ + TIERVERSION=20200228 \ ################## \ ### OTHER VARS ### \ ################## \ diff --git a/container_files/idp/idp.installer.properties b/container_files/idp/idp.installer.properties index 8e7c83d..5f4b195 100644 --- a/container_files/idp/idp.installer.properties +++ b/container_files/idp/idp.installer.properties @@ -1,4 +1,4 @@ -idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.0.0-beta1 +idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.0.0-beta2 idp.target.dir=/opt/shibboleth-idp idp.host.name=idp.example.org idp.sealer.password=changeit diff --git a/test-compose/idp/Dockerfile b/test-compose/idp/Dockerfile index 1cbb5db..dd9d1da 100644 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shib-idp:4.0.beta_20200206 +FROM tier/shib-idp:4.0.beta2_20200228 # The build args below can be used at build-time to tell the build process where to find your config files. This is for a completely burned-in config. ARG TOMCFG=config/tomcat