Skip to content

Commit f799f5c

Browse files
authored
Merge pull request #27 from kubesphere/wansir-patch-1
Update Dockerfile
2 parents e090659 + 175458a commit f799f5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apk update && apk add \
2929
rm -rf /usr/local/bin/${TARGETOS}-${TARGETARCH} && \
3030
helm plugin install https://github.com/helm/helm-mapkubeapis
3131

32-
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
32+
RUN curl -LO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
3333
chmod +x ./kubectl && \
3434
mv ./kubectl /usr/local/bin/kubectl && \
3535
echo -e 'source /usr/share/bash-completion/bash_completion\nsource <(kubectl completion bash)' >>~/.bashrc

0 commit comments

Comments
 (0)