From d5f75f3fa79a3ff44b2b1ad68ce63a9c76c16343 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Fri, 3 Jul 2020 22:01:40 +0800 Subject: [PATCH] Bumped to version 2.25.0 --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13db05d..8f1dc81 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.24.1' + VERSION='2.25.0' RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk update && \ diff --git a/Jenkinsfile b/Jenkinsfile index 7ee8a33..df10da2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.24.1") - app.push("2.24") + app.push("2.25.0") + app.push("2.25") app.push("2") app.push("latest")