Skip to content

Commit

Permalink
bump to IdP 4.0.0 (release)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 11, 2020
1 parent 4a2e941 commit cb1bc2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ FROM centos:centos7
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.31 \
##shib-idp \
VERSION=4.0.0-beta2 \
VERSION=4.0.0 \
##TIER \
TIERVERSION=20200228 \
TIERVERSION=20200311 \
################## \
### OTHER VARS ### \
################## \
Expand Down
2 changes: 1 addition & 1 deletion container_files/idp/idp.installer.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.0.0-beta2
idp.src.dir=/tmp/shibboleth/shibboleth-identity-provider-4.0.0
idp.target.dir=/opt/shibboleth-idp
idp.host.name=idp.example.org
idp.sealer.password=changeit
Expand Down
2 changes: 1 addition & 1 deletion test-compose/idp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM tier/shib-idp:4.0.beta2_20200228
FROM tier/shib-idp:4.0.0_20200311

# 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

0 comments on commit cb1bc2c

Please sign in to comment.