3.11.6 #1

Merged
jonny merged 49 commits from 3.11.6 into master 2020-07-20 13:17:56 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9103cabf22 - Show all commits

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.3' \
VERSION='2.20.4' \
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.3")
app.push("2.20.4")
app.push("2.20")
app.push("2")
app.push("latest")