From 3117860321f9a078b6db38abee2b818f43f92757 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 31 Mar 2021 04:18:42 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9c94d1..8790e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.2 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.3 LABEL Maintainer="Jonathan Ervine docker@ervine.org" LABEL build-date="02 10 2020" diff --git a/Jenkinsfile b/Jenkinsfile index 62d5481..01d226c 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-transmission.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/transmission:v3.13.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.13.3' } } stage('Notify gchat') {