modified: Dockerfile

modified:   Jenkinsfile
Bumped to nzbhydra2 2.16.2
This commit is contained in:
Jonathan Ervine 2020-03-23 12:50:27 +08:00
parent 4a6a19f6bd
commit d2c7af0d36
2 changed files with 2 additions and 1 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.14.2' \
VERSION='2.16.2' \
MED_USER='mediaservice' \
MED_GROUP='mediaservice' \
MED_UID='1003' \

1
Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("2.16.2")
app.push("latest")
stage('Deploy on K8s'){