Skip to content

Commit 64b103e

Browse files
authored
updated kubectl release url
Update kubectl download url
2 parents 98222f5 + 23f1db6 commit 64b103e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY entrypoint.sh /entrypoint.sh
77

88
RUN chmod +x /entrypoint.sh && \
99
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 && \
10+
curl -L https://dl.k8s.io/release/$KUBE_VERSION/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl && \
1111
chmod +x /usr/local/bin/kubectl && \
1212
rm -rf /var/cache/apk/*
1313

0 commit comments

Comments
 (0)