From 8312637602a81e1dd2e19e49a017c048428da451 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 8 Jun 2020 15:06:58 +0800 Subject: [PATCH] modified: Dockerfile modified: Jenkinsfile Bumped to version 2.23.0 --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8745332..46cd372 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.22.1' + VERSION='2.23.0' RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk update && \ diff --git a/Jenkinsfile b/Jenkinsfile index e6c2314..a7be426 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.22.1") - app.push("2.22") + app.push("2.23.0") + app.push("2.23") app.push("2") app.push("latest")