From c6fe860a62235026c13e01899bcbf6441202444c Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 3 Mar 2020 10:58:59 -0600 Subject: [PATCH 1/2] bump tomcat to 9.0.31 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 922dc30..8592631 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,11 @@ FROM centos:centos7 # ##tomcat \ ENV TOMCAT_MAJOR=9 \ - TOMCAT_VERSION=9.0.30 \ + TOMCAT_VERSION=9.0.31 \ ##shib-idp \ VERSION=3.4.6 \ ##TIER \ - TIERVERSION=20200107 \ + TIERVERSION=20200303 \ ################## \ ### OTHER VARS ### \ ################## \ From 9db8066bf3ab98d19970856eac19e56f9957dbd6 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 3 Mar 2020 11:25:24 -0600 Subject: [PATCH 2/2] fix test ver --- test-compose/idp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-compose/idp/Dockerfile b/test-compose/idp/Dockerfile index 1f996b4..425ef12 100644 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shib-idp:3.4.6_20200107 +FROM tier/shib-idp:3.4.6_20200303 # 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