From 5da7791bc2cd74b8e8a3a2dc0f66d3a7d295ad25 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 31 Mar 2020 08:31:40 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to version 2.17.0 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19b8c81..17b349f 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.16.4' \ + VERSION='2.17.0' \ MED_USER='mediaservice' \ MED_GROUP='mediaservice' \ MED_UID='1003' \ diff --git a/Jenkinsfile b/Jenkinsfile index 500e5c0..ebe2fa6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.16.2") + app.push("2.17.0") app.push("latest") stage('Deploy on K8s'){