From 07caa915508648eae0c73695211ad2f712fadf45 Mon Sep 17 00:00:00 2001
From: Varac renovate bot <renovatebot@varac.net>
Date: Thu, 11 Aug 2022 02:06:07 +0000
Subject: [PATCH] Update dependency gcr.io/kaniko-project/executor to v1.9.0

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a562ed8..8127ee1 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.8.1-debug
+    name: gcr.io/kaniko-project/executor:v1.9.0-debug
     entrypoint: [""]
   script:
     - echo $CI_COMMIT_SHORT_SHA
-- 
GitLab