We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea46479 commit 7a69233Copy full SHA for 7a69233
dist/images/Dockerfile.base
@@ -94,7 +94,7 @@ ARG ARCH
94
ENV CNI_VERSION=v1.2.0
95
RUN curl -sSf -L --retry 5 https://github.com/containernetworking/plugins/releases/download/${CNI_VERSION}/cni-plugins-linux-${ARCH}-${CNI_VERSION}.tgz | tar -xz -C . ./loopback ./portmap ./macvlan
96
97
-ENV KUBE_VERSION="v1.24.2"
+ENV KUBE_VERSION="v1.24.12"
98
99
RUN curl -L https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-${ARCH}.tar.gz | tar -xz -C . && cp ./kubernetes/client/bin/kubectl /usr/bin/kubectl \
100
&& chmod +x /usr/bin/kubectl && rm -rf ./kubernetes
0 commit comments