We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f31537 commit 427cee8Copy full SHA for 427cee8
src/Dockerfile
@@ -17,7 +17,7 @@ RUN curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${
17
18
# Install kubectl
19
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 \
+RUN curl -L https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
21
&& chmod +x /usr/local/bin/kubectl
22
23
WORKDIR /module
0 commit comments