docs: add link to kubectl latest
Some checks failed
/ build (push) Failing after 1s

This commit is contained in:
ange 2025-10-19 17:16:08 +00:00
parent 91624ed7a9
commit 6c0a8f7d4b
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D

1
debian/Dockerfile vendored
View file

@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
jq \
openssh-client \
&& rm -rf /var/lib/apt/lists/*
# https://dl.k8s.io/release/stable.txt
RUN curl -sLo /usr/local/bin/kubectl \
"https://dl.k8s.io/release/v1.34.1/bin/linux/amd64/kubectl" \
&& chmod 0755 /usr/local/bin/kubectl