From 5e13ae061c34a876efe7f776e7d1dfcaaf7b505a Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Thu, 12 Oct 2023 15:28:29 -0500 Subject: [PATCH] bugfix --- 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 23686e2..85006cb 100644 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shib-idp:latest +FROM i2incommon/shib-idp:latest5 # 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