Skip to content

Commit

Permalink
Merge pull request #1 from Kubedex/v1.16.0
Browse files Browse the repository at this point in the history
bumping helm version to v1.16.0
  • Loading branch information
kajanth authored Nov 8, 2019
2 parents dbb2fa1 + c8d4dd3 commit 09ac7ef
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 09ac7ef

Please sign in to comment.