From 9103cabf22c88cee5cb0d6706a122f91c2fff96f Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 7 May 2020 09:42:46 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to version 2.20.4 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4aec35..8453f83 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.20.3' \ + VERSION='2.20.4' \ MED_USER='mediaservice' \ MED_GROUP='mediaservice' \ MED_UID='1003' \ diff --git a/Jenkinsfile b/Jenkinsfile index ee4572f..b853a02 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.20.3") + app.push("2.20.4") app.push("2.20") app.push("2") app.push("latest")