From 8fe69357da9efd55edf2cbcc2fa653b2a0497df9 Mon Sep 17 00:00:00 2001 From: jonny Date: Wed, 31 Mar 2021 04:20:57 +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 2c378c1..eb257c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base on latest (edge) alpine image -FROM harbor.ervine.dev/public/x86_64/alpine:v3.10.6 +FROM harbor.ervine.dev/public/x86_64/alpine:v3.10.7 LABEL maintainer="Jonathan Ervine docker@ervine.org" diff --git a/Jenkinsfile b/Jenkinsfile index 6d8833c..0a86d8a 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-watcher.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/watcher:v3.10.6' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10.7' } } stage('Notify gchat') {