From f217518e69da5b59cbf211475f2fd2b91dcc9d11 Mon Sep 17 00:00:00 2001 From: Andy Powell Date: Thu, 26 Oct 2023 10:32:54 +0100 Subject: [PATCH] Update kustomize to version v5.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dc67aec..6a63ff5b 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.1.0 \ + KUSTOMIZE_VERSION=v5.2.1 \ STRONGBOX_VERSION=1.1.0 RUN os=$(go env GOOS) && arch=$(go env GOARCH) \