Skip to content

Commit

Permalink
Merge pull request #104 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 46c3669 + b4d9da8 commit eda32fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault-toolkit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV KUBECTL_VERSION="1.28.4"
COPY *.sh /usr/local/bin/

RUN apk --no-cache add curl jq bash \
&& wget -O /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& wget -O /usr/local/bin/kubectl https://dl.k8s.io/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& wget -O /usr/local/bin/cfssl https://github.com/cloudflare/cfssl/releases/download/v${CFSSL_VERSION}/cfssl_${CFSSL_VERSION}_linux_amd64 \
&& chmod +x /usr/local/bin/cfssl \
Expand Down

0 comments on commit eda32fa

Please sign in to comment.