Skip to content
Snippets Groups Projects

Update dependency gcr.io/kaniko-project/executor to v1.8.1

Merged Renovate Bot requested to merge renovate/gcr.io-kaniko-project-executor-1.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ build:
image:
# We need a shell to provide the registry credentials, so we need to use the
# kaniko debug image (https://github.com/GoogleContainerTools/kaniko#debug-image)
name: gcr.io/kaniko-project/executor:v1.8.0-debug
name: gcr.io/kaniko-project/executor:v1.8.1-debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker/
Loading