Skip to content

merge 3.4.6_20200303 #78

Merged
merged 2 commits into from Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.30 \
TOMCAT_VERSION=9.0.31 \
##shib-idp \
VERSION=3.4.6 \
##TIER \
TIERVERSION=20200107 \
TIERVERSION=20200303 \
################## \
### OTHER VARS ### \
################## \
Expand Down
2 changes: 1 addition & 1 deletion test-compose/idp/Dockerfile
@@ -1,4 +1,4 @@
FROM tier/shib-idp:3.4.6_20200107
FROM tier/shib-idp:3.4.6_20200303

# 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
Expand Down