From 019d1e1dc4808ccbb8c992123bd95ee03ff17205 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Sat, 16 May 2020 11:36:54 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to v2.22.1 --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac5bcad..076472b 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.21.1' \ + VERSION='2.22.1' \ MED_USER='mediaservice' \ MED_GROUP='mediaservice' \ MED_UID='1003' \ diff --git a/Jenkinsfile b/Jenkinsfile index 2eae6f3..8628924 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.21.1") - app.push("2.21") + app.push("2.22.1") + app.push("2.22") app.push("2") app.push("latest")