diff --git a/Dockerfile b/Dockerfile index 85f5e5d..57531eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,11 +6,11 @@ FROM centos:centos7 # ##tomcat \ ENV TOMCAT_MAJOR=9 \ - TOMCAT_VERSION=9.0.63 \ + TOMCAT_VERSION=9.0.64 \ ##shib-idp \ VERSION=4.2.1 \ ##TIER \ - TIERVERSION=20220517 \ + TIERVERSION=20220624 \ #################### \ #### OTHER VARS #### \ #################### \ diff --git a/container_files/system/startup.sh b/container_files/system/startup.sh index 7554946..82cc28b 100644 --- a/container_files/system/startup.sh +++ b/container_files/system/startup.sh @@ -60,4 +60,4 @@ sed -i -e '//d' ${IDP_LOG_CFG_FILE} #launch supervisord -/usr/bin/supervisord -c /etc/supervisor/supervisord.conf +exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf