From 9a2a3cbfdbe801dc57b0856bbd7a9c8166c3eebd Mon Sep 17 00:00:00 2001 From: DTLP Date: Tue, 19 Nov 2024 10:51:22 +0000 Subject: [PATCH] Bump kustomize to v5.5.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3203f7d..07a6007e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk --no-cache add git gcc make musl-dev curl bash openssh-client ENV \ KUBECTL_VERSION=v1.31.0 \ - KUSTOMIZE_VERSION=v5.4.1 \ + KUSTOMIZE_VERSION=v5.5.0 \ STRONGBOX_VERSION=2.0.0-RC4 RUN os=$(go env GOOS) && arch=$(go env GOARCH) \