From 8129449d2dfb2f455831979e0cdb0fe7a0877feb Mon Sep 17 00:00:00 2001 From: Hanjo Meinhardt Date: Fri, 24 Aug 2018 15:31:15 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd5de1b..895e805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN apk add -U --no-cache openssl # download and install kubectl ARG KUBECTL_VERSION -ENV KUBECTL_VERSION ${CONT_IMG_VER:-v9.0.10} +ENV KUBECTL_VERSION ${KUBECTL_VERSION:-v9.0.10} RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl -o /usr/bin/kubectl \ && chmod +x /usr/bin/kubectl \