Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump idp to 3.4.2 and tomcat to 9.0.14
pcaskey committed Dec 19, 2018
1 parent bf7b7b5 commit c30b4e1
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
@@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.12 \
TOMCAT_VERSION=9.0.14 \
##shib-idp \
VERSION=3.4.1 \
VERSION=3.4.2 \
##TIER \
TIERVERSION=181101 \
TIERVERSION=181201 \
################## \
### OTHER VARS ### \
################## \
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.1
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-3.4.2
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit

0 comments on commit c30b4e1

Please sign in to comment.