From ba5e5b57bdd77d9ce8aa9dc6b1196c4a1a1502ef Mon Sep 17 00:00:00 2001 From: Mario Siegenthaler Date: Mon, 20 May 2019 10:11:27 +0200 Subject: [PATCH] chore: update helm to 2.14.0 and kubernetes to 1.14.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 841fc46..3249cd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM linkyard/docker-helm:2.13.1 +FROM linkyard/docker-helm:2.14.0 LABEL maintainer "mario.siegenthaler@linkyard.ch" RUN apk add --update --upgrade --no-cache jq bash curl -ENV KUBERNETES_VERSION 1.14.1 +ENV KUBERNETES_VERSION 1.14.2 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