Skip to content

Commit

Permalink
bumping helm version to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kajanth committed Nov 8, 2019
1 parent dbb2fa1 commit c8d4dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c8d4dd3

Please sign in to comment.