From 10e5e174b0d739a19b4c68034f8e4007b1b3c502 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Thu, 30 Jan 2020 17:23:59 -0500 Subject: [PATCH] image: upgrade kubectl (#103) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44563ea..a968d50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && apt-get -y install default-mysql-client postgresql-client RUN curl -s https://download.docker.com/linux/static/stable/x86_64/docker-18.03.1-ce.tgz | \ tar -C /usr/bin --strip-components 1 -xz -RUN curl -Ls https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/linux/amd64/kubectl -o /usr/bin/kubectl && \ +RUN curl -Ls https://storage.googleapis.com/kubernetes-release/release/v1.17.2/bin/linux/amd64/kubectl -o /usr/bin/kubectl && \ chmod +x /usr/bin/kubectl RUN curl -Ls https://github.com/mattgreen/watchexec/releases/download/1.8.6/watchexec-1.8.6-x86_64-unknown-linux-gnu.tar.gz | \