diff --git a/Dockerfile b/Dockerfile index a2fad36..8ff1844 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.17.4' \ + VERSION='2.17.5' \ MED_USER='mediaservice' \ MED_GROUP='mediaservice' \ MED_UID='1003' \ diff --git a/Jenkinsfile b/Jenkinsfile index 1dfbd82..667caac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.17.4") + app.push("2.17.5") app.push("2.17") app.push("2") app.push("latest")