Skip to content

Commit

Permalink
Bump Helm 2.9.1 -> 2.10.0 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendorf authored and mumoshu committed Aug 31, 2018
1 parent 3840605 commit b70956b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ FROM alpine:3.7

RUN apk add --no-cache ca-certificates git bash curl

ARG HELM_VERSION=v2.9.1
ARG HELM_VERSION=v2.10.0
ARG HELM_LOCATION="https://kubernetes-helm.storage.googleapis.com"
ARG HELM_FILENAME="helm-${HELM_VERSION}-linux-amd64.tar.gz"
ARG HELM_SHA256="56ae2d5d08c68d6e7400d462d6ed10c929effac929fedce18d2636a9b4e166ba"
ARG HELM_SHA256="0fa2ed4983b1e4a3f90f776d08b88b0c73fd83f305b5b634175cb15e61342ffe"
RUN wget ${HELM_LOCATION}/${HELM_FILENAME} && \
sha256sum ${HELM_FILENAME} | grep -q "${HELM_SHA256}" && \
tar zxf ${HELM_FILENAME} && mv /linux-amd64/helm /usr/local/bin/ && \
Expand Down

0 comments on commit b70956b

Please sign in to comment.