Skip to content

Commit

Permalink
Update to Helm 2.12.2 (#19)
Browse files Browse the repository at this point in the history
A security hole was found in older Helm versions.  While this is
not exploitable in servers, it is helpful to be consistent with clients,
and clients must be upgraded.
  • Loading branch information
ts4z authored and msiegenthaler committed Jan 16, 2019
1 parent 4893fc3 commit 9f4e70e
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 @@ -3,9 +3,9 @@ LABEL maintainer="Mario Siegenthaler <[email protected]>"

RUN apk add --update --no-cache ca-certificates git

ENV VERSION=v2.11.0
ENV VERSION=v2.12.2
ENV FILENAME=helm-${VERSION}-linux-amd64.tar.gz
ENV SHA256SUM=02a4751586d6a80f6848b58e7f6bd6c973ffffadc52b4c06652db7def02773a1
ENV SHA256SUM=edad6d5e594408b996b8d758a04948f89dab15fa6c6ea6daee3709f8c099df6d

WORKDIR /

Expand Down

0 comments on commit 9f4e70e

Please sign in to comment.