From bb3e221a4d3c3abb16c600167f1ab06aeb3b7102 Mon Sep 17 00:00:00 2001 From: Hackintosh Five Date: Wed, 14 Jun 2023 20:04:05 +0100 Subject: [PATCH] bump kaniko version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fcc0ef..325f91b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: build: stage: build image: - name: gcr.io/kaniko-project/executor:v1.9.0-debug + name: gcr.io/kaniko-project/executor:v1.11.0-debug entrypoint: [""] script: - echo "${CI_PROJECT_DIR}"