From 4546d1c2cac57746e47ddf19148dc8e668d6b7ae Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 13 May 2024 19:36:19 +0200 Subject: [PATCH] bump kaniko to v1.22.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f776b23..b8b0381 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/kaniko-project/executor:v1.19.2-debug +FROM gcr.io/kaniko-project/executor:v1.22.0-debug ENV HOME /root ENV USER root