forked from TrueCloudLab/certificates
Update kubectl version.
This commit is contained in:
parent
efb2a725a8
commit
3b2518a106
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ENV CA_ADDRESS=":4443"
|
|||
ENV CA_DEFAULT_PROVISIONER="admin"
|
||||
ENV CA_URL="ca.step.svc.cluster.local"
|
||||
|
||||
ENV KUBE_LATEST_VERSION="v1.13.2"
|
||||
ENV KUBE_LATEST_VERSION="v1.14.0"
|
||||
|
||||
USER root
|
||||
RUN curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
|
||||
|
|
Loading…
Reference in a new issue