From 910e0439749d1c00f86fd06fa1ab6299fc037e9c Mon Sep 17 00:00:00 2001 From: DTLP Date: Tue, 9 Jan 2024 09:58:32 +0000 Subject: [PATCH] Bump kustomize to v5.3.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a63ff5b..4688a325 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.26.1 \ - KUSTOMIZE_VERSION=v5.2.1 \ + KUSTOMIZE_VERSION=v5.3.0 \ STRONGBOX_VERSION=1.1.0 RUN os=$(go env GOOS) && arch=$(go env GOARCH) \