File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM nginx:1.27.1-alpine as base
3
3
ENV DOCKER_VERSION=27.1.1
4
4
ENV CNI_PLUGINS_VERSION=v1.5.1
5
5
ENV FLANNEL_VERSION=v1.5.1-flannel1
6
- ENV ETCD_VERSION=v3.5.15
6
+ ENV ETCD_VERSION=v3.5.16
7
7
ENV CRIDOCKERD_VERSION=0.3.15
8
8
ENV RANCHER_CONFD_VERSION=v0.16.6
9
9
ENV KUBECTL_VERSION=v1.28.11
@@ -25,7 +25,7 @@ RUN apk -U --no-cache add curl wget ca-certificates tar sysstat acl\
25
25
&& curl -sLf "${!DOCKER_URL}" | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 docker/docker \
26
26
&& curl -sLf "${CRIDOCKERD_URL}" | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 cri-dockerd/cri-dockerd \
27
27
&& chmod +x /opt/rke-tools/bin/cri-dockerd \
28
- && curl -sLf "https://storage.googleapis.com/kubernetes-release /release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl" > /usr/local/bin/kubectl \
28
+ && curl -sLf "https://dl.k8s.io /release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl" > /usr/local/bin/kubectl \
29
29
&& chmod +x /usr/local/bin/kubectl \
30
30
&& apk del curl
31
31
You can’t perform that action at this time.
0 commit comments