The kustomize image variants are using a very old version of kustomize from 2019:
|
&& curl -L https://github.com/kubernetes-sigs/kustomize/releases/download/v2.0.3/kustomize_2.0.3_linux_amd64 -o /usr/local/bin/kustomize \ |
Is there a possibility of using a more recent version?
The kustomize image variants are using a very old version of kustomize from 2019:
docker-kubectl/variants/1.31.9-envsubst-git-jq-kustomize-sops-ssh-yq/Dockerfile
Line 41 in 0e713bd
Is there a possibility of using a more recent version?