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