modified: Dockerfile

modified:   Jenkinsfile
Bumped to version 2.19.5
This commit is contained in:
Jonathan Ervine 2020-04-21 11:53:55 +08:00
parent aacd7ed939
commit cda9cac8fa
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' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm' \
VERSION='2.17.6' \
VERSION='2.19.5' \
MED_USER='mediaservice' \
MED_GROUP='mediaservice' \
MED_UID='1003' \

4
Jenkinsfile vendored
View File

@ -13,8 +13,8 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("2.17.6")
app.push("2.17")
app.push("2.19.5")
app.push("2.19")
app.push("2")
app.push("latest")