From 118e0f8a535cb6051138ef241b4dbfb399d9a701 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 18 Oct 2023 18:05:05 +0000 Subject: [PATCH] Update gcr.io/kaniko-project/executor Docker tag to v1.17.0 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff88e6f..dbfe5ee 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.16.0-debug + name: gcr.io/kaniko-project/executor:v1.17.0-debug entrypoint: [""] stage: build script: -- GitLab