diff --git a/Dockerfile b/Dockerfile index 115b692..a945eb9 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.20.7' \ + VERSION='2.21.0' \ MED_USER='mediaservice' \ MED_GROUP='mediaservice' \ MED_UID='1003' \ diff --git a/Jenkinsfile b/Jenkinsfile index e42e78b..0fafd90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") - app.push("2.20.7") - app.push("2.20") + app.push("2.21.0") + app.push("2.21") app.push("2") app.push("latest")