chore(build): kubectl upgraded to the latest stable version (1.13.2)

Updates the kubectl version used in the Docker build to the latest
stable release. Please see the Kubernetes documentation for details.
This commit is contained in:
Felix Wiedmann 2019-01-19 23:10:28 +01:00 committed by Vincent Ambo
parent 2682d05ffc
commit 245d3bd154
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM alpine:3.8
ADD hashes /root/hashes
ADD https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.13.2/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD https://github.com/tazjin/kontemplate/releases/download/v1.7.0/kontemplate-1.7.0-511ae92-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
# Pass release version is 1.7.1