diff --git a/Dockerfile b/Dockerfile index 8dc67ae..6a63ff5 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) \