From a890182e54922ab891488b58e8173e8f469276ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Jun 2023 20:04:58 +0000 Subject: [PATCH] Update gcr.io/kaniko-project/executor Docker tag to v1.12.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75f8ef5..ee5132a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test-backend: build-kaniko: image: - name: gcr.io/kaniko-project/executor:v1.12.0-debug + name: gcr.io/kaniko-project/executor:v1.12.1-debug entrypoint: [""] stage: build script: -- GitLab