Skip to content

Commit 7a69233

Browse files
authored
base: fix CVE-2022-3294 (#2594)
1 parent ea46479 commit 7a69233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/images/Dockerfile.base

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ARG ARCH
9494
ENV CNI_VERSION=v1.2.0
9595
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
9696

97-
ENV KUBE_VERSION="v1.24.2"
97+
ENV KUBE_VERSION="v1.24.12"
9898

9999
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 \
100100
&& chmod +x /usr/bin/kubectl && rm -rf ./kubernetes

0 commit comments

Comments
 (0)