From 71f14860d84aedffad663b09a279837029f29f10 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 20 Jul 2025 01:37:59 +0200 Subject: [PATCH] chore: update kaniko to v1.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7570645..95e4cec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/kaniko-project/executor:v1.23.0-debug +FROM gcr.io/kaniko-project/executor:v1.24.0-debug SHELL ["/busybox/sh", "-c"]