Skip to content

Commit 427cee8

Browse files
committed
Fix kubectl
1 parent 9f31537 commit 427cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${
1717

1818
# Install kubectl
1919
ENV KUBECTL_VERSION=1.31.6
20-
RUN curl -L https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
20+
RUN curl -L https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
2121
&& chmod +x /usr/local/bin/kubectl
2222

2323
WORKDIR /module

0 commit comments

Comments
 (0)