From 5ebe0afdce38bae5807c21c56072db8a266f89a2 Mon Sep 17 00:00:00 2001 From: Mario Siegenthaler Date: Thu, 27 Sep 2018 23:00:37 +0200 Subject: [PATCH] Update helm to 2.11.0 (#92) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b35ca23..052d057 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM linkyard/docker-helm:2.10.0 +FROM linkyard/docker-helm:2.11.0 LABEL maintainer "mario.siegenthaler@linkyard.ch" RUN apk add --update --upgrade --no-cache jq bash curl -ARG KUBERNETES_VERSION=1.10.4 +ARG KUBERNETES_VERSION=1.11.3 RUN curl -L -o /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl; \ chmod +x /usr/local/bin/kubectl