From 8f1a03c471748ddd6dac78c6a461e98ddc3a59f1 Mon Sep 17 00:00:00 2001 From: Emil Stounberg Date: Tue, 14 Oct 2025 08:35:36 +0200 Subject: [PATCH] feat: bump kustomize to v5.7.0 Signed-off-by: Emil Stounberg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3aeb97d..98a9442 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk update && apk --no-cache add bash curl git SHELL ["/bin/bash", "-o", "pipefail", "-c"] -ARG KUSTOMIZE=5.6.0 +ARG KUSTOMIZE=5.7.0 RUN curl -sL https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE}/kustomize_v${KUSTOMIZE}_linux_amd64.tar.gz | \ tar xz && mv kustomize /usr/local/bin/kustomize