From cdc44f20f7a8b471650414b3316ea0bc0ca567bd Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 12 Feb 2019 16:26:21 +0000 Subject: [PATCH] bump tomcat --- Dockerfile | 4 ++-- Jenkinsfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 570f3ea..eb7624e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ### \ ################## \ diff --git a/Jenkinsfile b/Jenkinsfile index 8326969..cf3a68d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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>)" }