Bumped to v.2.24.1
This commit is contained in:
parent
8312637602
commit
cd7b678f0c
@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
|
||||
ENV LANG='en_US.UTF-8' \
|
||||
LANGUAGE='en_US.UTF-8' \
|
||||
TERM='xterm' \
|
||||
VERSION='2.23.0'
|
||||
VERSION='2.24.1'
|
||||
|
||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||
apk update && \
|
||||
|
||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -13,8 +13,8 @@ node("docker-node") {
|
||||
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("2.23.0")
|
||||
app.push("2.23")
|
||||
app.push("2.24.1")
|
||||
app.push("2.24")
|
||||
app.push("2")
|
||||
app.push("latest")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user