From 32daccd7cde0a55373c79bba5788c37f12423b09 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Tue, 1 Sep 2020 11:18:57 +0800 Subject: [PATCH] Using version 2.27.1 --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f99ecde..92c98d9 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.26.0' \ + VERSION='2.27.1' \ HYDRA_USER=hydra \ HYDRA_UID=1003 \ HYDRA_GID=1003 diff --git a/Jenkinsfile b/Jenkinsfile index 182dba5..2bcf1c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-nzbhydra.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.26.0 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.26' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.27.1 --destination=harbor.ervine.dev/public/x86_64/alpine/nzbhydra2:v2.27' } } }