Skip to content

bump Shibb version #69

Merged
merged 2 commits into from Sep 18, 2019
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 @@ -8,9 +8,9 @@ FROM centos:centos7
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.24 \
##shib-idp \
VERSION=3.4.4 \
VERSION=3.4.5 \
##TIER \
TIERVERSION=20190801 \
TIERVERSION=20190901 \
################## \
### OTHER VARS ### \
################## \
Expand Down
2 changes: 1 addition & 1 deletion container_files/idp/idp.installer.properties
@@ -1,4 +1,4 @@
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-3.4.4
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-3.4.5
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down
4 changes: 2 additions & 2 deletions test-compose/idp/Dockerfile
@@ -1,5 +1,5 @@
FROM tier/shib-idp:latest
#FROM tier/shib-idp:3.4.4_20190502
FROM tier/shib-idp:3.4.5_20190901
#FROM tier/shib-idp:latest

# 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