diff --git a/Jenkinsfile b/Jenkinsfile index 1ce9ae2..26d455a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ podTemplate(label: label, containers: [ ), containerTemplate( name: 'kaniko', - image: 'gcr.io/kaniko-project/executor:latest', + image: 'gcr.io/kaniko-project/executor:debug', command: 'sleep', args: '99d' )