modified: Dockerfile

modified:   Jenkinsfile
Bumped to version 2.20.5
This commit is contained in:
Jonathan Ervine 2020-05-07 09:56:20 +08:00
parent 9103cabf22
commit a11055dd42
2 changed files with 2 additions and 2 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.20.4' \
VERSION='2.20.5' \
MED_USER='mediaservice' \
MED_GROUP='mediaservice' \
MED_UID='1003' \

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("2.20.4")
app.push("2.20.5")
app.push("2.20")
app.push("2")
app.push("latest")