Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Mar 12, 2020
1 parent 3417633 commit 0ad707b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ENV TOMCAT_MAJOR=9 \
VERSION=4.0.0 \
##TIER \
TIERVERSION=20200311 \
################## \
### OTHER VARS ### \
################## \
#################### \
#### OTHER VARS #### \
#################### \
# \
#global \
IMAGENAME=shibboleth_idp \
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 0ad707b

Please sign in to comment.