From 251d052d13538c238e65dcc13b73fa939b440070 Mon Sep 17 00:00:00 2001 From: Mario Siegenthaler Date: Tue, 21 Apr 2020 11:01:38 +0200 Subject: [PATCH] chore: update helm to 2.16.6 and kubernetes to 1.16.9 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aaff70f..371afe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM linkyard/alpine-helm:2.16.5 +FROM linkyard/alpine-helm:2.16.6 LABEL maintainer "mario.siegenthaler@linkyard.ch" RUN apk add --update --upgrade --no-cache jq bash curl git gettext libintl -ENV KUBERNETES_VERSION 1.16.3 +ENV KUBERNETES_VERSION 1.16.9 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