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