diff --git a/Dockerfile b/Dockerfile index ae90d9b..2e5c3a0 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.2.4' + VERSION='2.5.2' RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk update && \ diff --git a/Jenkinsfile b/Jenkinsfile index dae7e3b..0e4b1cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,8 +14,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") app.push("latest") - app.push("2.2.4") - app.push("2.2") + app.push("2.5.2") + app.push("2.5") stage('Deploy on k8s'){ sh "/usr/local/bin/kubectl -n media delete po tautulli-0"