From 8332041bff2b0bb465364b4368bc46e272eb0ddb Mon Sep 17 00:00:00 2001 From: Hanjo Meinhardt Date: Fri, 24 Aug 2018 15:26:20 +0200 Subject: [PATCH] add curly brackets, this time really --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd3c5e3..3fd0beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN apk add -U --no-cache openssl # download and install kubectl ARG 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 \ +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 \