From 224c135b49c6038041df9e75f863049775ce1450 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 11 Aug 2020 21:39:54 +0800 Subject: [PATCH] Bumped to version 2.5.4 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a62a2f5..7e401e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.5.3' \ + VERSION='2.5.4' \ TAUT_USER='tautulli' \ TAUT_UID=1003 \ TAUT_GID=1003 diff --git a/Jenkinsfile b/Jenkinsfile index 950e21a..149b917 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/library/x86_64/alpine/tautulli:2.5.3 --destination=harbor.ervine.dev/library/x86_64/alpine/tautulli:2.5 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5.3 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5.4 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.5' } } }