From 5f65baa909ff1fc1905138c5e2f9c3eb2fae2366 Mon Sep 17 00:00:00 2001 From: ange Date: Wed, 9 Oct 2024 07:39:03 +0700 Subject: [PATCH] bump: v1.23.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b08602..9f13672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM gcr.io/kaniko-project/executor:v1.22.0-debug +FROM gcr.io/kaniko-project/executor:v1.23.0-debug COPY build.sh /usr/local/bin/ ENTRYPOINT ["build.sh"]