From 6477d1ebea4e6ae4dd141e6dd2b1d979d9c86410 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 3 Sep 2024 07:07:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20kaniko=20executor=20ver?= =?UTF-8?q?sion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebff435..74ac067 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build: stage: build image: - name: gcr.io/kaniko-project/executor:v1.23.0-debug + name: gcr.io/kaniko-project/executor:v1.23.2-debug entrypoint: [""] script: