Skip to content

Commit

Permalink
Merge pull request #39 from digitalocean/sachinsingh/DELI-6498-fix-ku…
Browse files Browse the repository at this point in the history
…bectl-download

Fix kubectl download path
  • Loading branch information
sachinkumarsingh092 authored Mar 4, 2025
2 parents a8b410b + 3f5b4dc commit 22f89e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN wget -qO /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${K8S_VERSION}/bin/linux/amd64/kubectl && \
RUN wget -qO /usr/local/bin/kubectl https://dl.k8s.io/release/v${K8S_VERSION}/bin/linux/amd64/kubectl && \
chmod +x /usr/local/bin/kubectl

RUN cd /var/tmp && \
Expand Down

0 comments on commit 22f89e4

Please # to comment.