modified: Dockerfile
modified: Jenkinsfile Updated NZBhydra to 2.17.4
This commit is contained in:
parent
7ef13a6111
commit
0773996a48
@ -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.3' \
|
||||
VERSION='2.17.4' \
|
||||
MED_USER='mediaservice' \
|
||||
MED_GROUP='mediaservice' \
|
||||
MED_UID='1003' \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,7 @@ node("docker-node") {
|
||||
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("2.17.3")
|
||||
app.push("2.17.4")
|
||||
app.push("2.17")
|
||||
app.push("2")
|
||||
app.push("latest")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user