Skip to content

Commit

Permalink
bump tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Feb 12, 2019
1 parent 027b091 commit cdc44f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ FROM centos:centos7
#
##tomcat \
ENV TOMCAT_MAJOR=9 \
TOMCAT_VERSION=9.0.14 \
TOMCAT_VERSION=9.0.16 \
##shib-idp \
VERSION=3.4.3 \
##TIER \
TIERVERSION=20190101 \
TIERVERSION=20190201 \
################## \
### OTHER VARS ### \
################## \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ node('docker') {

stage 'Notify'

slackSend color: 'good', message: "$maintainer/$imagename:$tag pushed to DockerHub"
slackSend color: 'good', message: "$maintainer/$imagename:$tag pushed to DockerHubi (<${env.BUILD_URL}|Open>)"

}

Expand Down

0 comments on commit cdc44f2

Please sign in to comment.