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")