Bumped to version 2.25.0

This commit is contained in:
Jonathan Ervine 2020-07-03 22:01:40 +08:00
parent cd7b678f0c
commit d5f75f3fa7
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
ENV LANG='en_US.UTF-8' \ ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \
TERM='xterm' \ TERM='xterm' \
VERSION='2.24.1' VERSION='2.25.0'
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk update && \ apk update && \

4
Jenkinsfile vendored
View File

@ -13,8 +13,8 @@ node("docker-node") {
stage "publish" stage "publish"
app.push("${env.BUILD_NUMBER}") app.push("${env.BUILD_NUMBER}")
app.push("2.24.1") app.push("2.25.0")
app.push("2.24") app.push("2.25")
app.push("2") app.push("2")
app.push("latest") app.push("latest")