From 76e945d352f20ae660c03e35e7e82cc76eccb78e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Nov 2025 22:03:31 +0000 Subject: [PATCH] Update ghcr.io/kaniko-build/dist/chainguard-dev-kaniko/executor Docker tag to v1.25.4 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 820c0f3..b0ac211 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test-backend: build-kaniko: image: - name: ghcr.io/kaniko-build/dist/chainguard-dev-kaniko/executor:v1.25.3-debug + name: ghcr.io/kaniko-build/dist/chainguard-dev-kaniko/executor:v1.25.4-debug entrypoint: [""] stage: build script: -- GitLab