From 34a7d2612b3e4f4f371e64b19b9ff0d661619e27 Mon Sep 17 00:00:00 2001 From: Kashif Saadat Date: Mon, 30 Mar 2020 12:31:32 +0100 Subject: [PATCH] Update docker image with kubectl v1.16.8 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fcf93f8..14c9f13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM alpine:3.11 +FROM alpine:latest 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.15.7/bin/linux/amd64/kubectl \ +RUN wget https://storage.googleapis.com/kubernetes-release/release/v1.16.8/bin/linux/amd64/kubectl \ -O /usr/bin/kubectl && chmod +x /usr/bin/kubectl COPY bin/kd_linux_amd64 /bin/kd