From c8d4dd3387289cccd44c16ae9b20eeb0266eaaf1 Mon Sep 17 00:00:00 2001 From: kajanth mayooranathan Date: Fri, 8 Nov 2019 15:27:51 +0000 Subject: [PATCH] bumping helm version to v1.16.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 199ad40..6d52af4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 as extract RUN apk add -U curl ca-certificates -RUN curl https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin +RUN curl https://get.helm.sh/helm-v2.16.0-linux-amd64.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin FROM alpine:3.8 RUN apk add -U --no-cache ca-certificates jq bash