From 8d0d6a4be0cf51ca1a9ca2c26607ae52e5e8d17a Mon Sep 17 00:00:00 2001 From: tasharnvb Date: Wed, 31 Mar 2021 12:16:53 +0100 Subject: [PATCH] Update Kubectl to v1.18.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7b633b..6c1b29b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apk upgrade --no-cache RUN apk add --no-cache ca-certificates openssl bash RUN update-ca-certificates -RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.17.9/bin/linux/amd64/kubectl \ +RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.18.17/bin/linux/amd64/kubectl \ -O /usr/bin/kubectl && chmod +x /usr/bin/kubectl COPY bin/kd_linux_amd64 /bin/kd