From e3778be550ec8a853d1384773ffa52ca506d32a8 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 19 Dec 2019 14:10:34 -0500 Subject: [PATCH] Update Dockerfile --- test-compose/idp/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-compose/idp/Dockerfile b/test-compose/idp/Dockerfile index 0e872db..f5d138c 100755 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -1,7 +1,7 @@ -FROM tier/shib-idp:3.4.0_181002 +FROM tier/shib-idp:latest COPY container-files/conf/* /opt/shibboleth-idp/conf/ COPY container-files/credentials/* /opt/shibboleth-idp/credentials/ COPY container-files/metadata/* /opt/shibboleth-idp/metadata COPY container-files/tomcat-conf/server.xml /usr/local/tomcat/conf/test.xml -COPY container-files/tomcat-conf/idp-browser.p12 /opt/certs \ No newline at end of file +COPY container-files/tomcat-conf/idp-browser.p12 /opt/certs