diff --git a/test-compose/idp/Dockerfile b/test-compose/idp/Dockerfile index c348a45..fa8ed18 100644 --- a/test-compose/idp/Dockerfile +++ b/test-compose/idp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shib-idp:3.4.1_181101 +FROM tier/shib-idp:3.4.2_181201 # 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 diff --git a/test-compose/sp/Dockerfile b/test-compose/sp/Dockerfile index 6081077..ca8527e 100644 --- a/test-compose/sp/Dockerfile +++ b/test-compose/sp/Dockerfile @@ -1,4 +1,4 @@ -FROM tier/shibboleth_sp:3.0_181101 +FROM tier/shibboleth_sp:3.0.3_181201 LABEL author="tier-packaging@internet2.edu " \ Vendor="TIER" \