From f072a3b0e9484c40a4fd16ff6462759790b293e7 Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 10 May 2024 11:59:30 +0200 Subject: [PATCH] bump: v1.22.0-debug --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 736d40d..2b08602 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM gcr.io/kaniko-project/executor:debug +FROM gcr.io/kaniko-project/executor:v1.22.0-debug COPY build.sh /usr/local/bin/ ENTRYPOINT ["build.sh"]