From 7ef13a611195bbcc4399d30c85dc546f03124418 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 2 Apr 2020 15:59:29 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to version 2.17.3 --- Dockerfile | 2 +- Jenkinsfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f49ecd..375eaaf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.17.2' \ + VERSION='2.17.3' \ MED_USER='mediaservice' \ MED_GROUP='mediaservice' \ MED_UID='1003' \ diff --git a/Jenkinsfile b/Jenkinsfile index 231d1d7..0faafd6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.17.2") + app.push("2.17.3") + app.push("2.17") app.push("2") app.push("latest")