Skip to content

Commit

Permalink
Merge pull request #302 from utilitywarehouse/dl-url
Browse files Browse the repository at this point in the history
Update kubernetes download link
  • Loading branch information
DTLP authored Jan 28, 2025
2 parents 6971785 + 3107959 commit b971890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV \
STRONGBOX_VERSION=2.0.0-RC4

RUN os=$(go env GOOS) && arch=$(go env GOARCH) \
&& curl -Ls -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/${os}/${arch}/kubectl \
&& curl -Ls -o /usr/local/bin/kubectl https://dl.k8s.io/${KUBECTL_VERSION}/bin/${os}/${arch}/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& curl -Ls https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_${os}_${arch}.tar.gz \
| tar xz -C /usr/local/bin/ \
Expand Down

0 comments on commit b971890

Please sign in to comment.