From 4b9f179f29224765e16ccd6a48f0be04d61de5e9 Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Tue, 27 Sep 2022 02:06:25 +0000 Subject: [PATCH] Update gcr.io/kaniko-project/executor Docker tag to v1.9.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e21ddb9..8fdecf4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,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.9.0-debug + name: gcr.io/kaniko-project/executor:v1.9.1-debug entrypoint: [""] script: - echo $CI_COMMIT_SHORT_SHA -- GitLab