We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98222f5 + 23f1db6 commit 64b103eCopy full SHA for 64b103e
Dockerfile
@@ -7,7 +7,7 @@ COPY entrypoint.sh /entrypoint.sh
7
8
RUN chmod +x /entrypoint.sh && \
9
apk add --no-cache --update openssl curl ca-certificates && \
10
- curl -L https://storage.googleapis.com/kubernetes-release/release/$KUBE_VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
+ curl -L https://dl.k8s.io/release/$KUBE_VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
11
chmod +x /usr/local/bin/kubectl && \
12
rm -rf /var/cache/apk/*
13
0 commit comments