We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b956a2b commit 80e93f3Copy full SHA for 80e93f3
Dockerfile
@@ -60,7 +60,7 @@ ENV USE_GKE_GCLOUD_AUTH_PLUGIN=true
60
61
# Install kubectl
62
# https://console.cloud.google.com/storage/browser/kubernetes-release/release
63
-ENV KUBECTL_STABLE_VERSION=1.29
+ENV KUBECTL_STABLE_VERSION=1.33.1
64
RUN echo "Installing kubectl using the stable version of ${KUBECTL_STABLE_VERSION}..." && \
65
curl -so /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -L -s "https://storage.googleapis.com/kubernetes-release/release/stable-${KUBECTL_STABLE_VERSION}.txt")/bin/linux/${TARGETARCH}/kubectl && \
66
chmod +x /usr/local/bin/kubectl
0 commit comments