From 6c0a8f7d4b3ccde7bb863f391c7d0c133068d056 Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 19 Oct 2025 17:16:08 +0000 Subject: [PATCH] docs: add link to kubectl latest --- debian/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/Dockerfile b/debian/Dockerfile index 8931713..a64afd3 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -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