Skip to content

Commit 9f4e70e

Browse files
ts4zmsiegenthaler
authored andcommitted
Update to Helm 2.12.2 (#19)
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.
1 parent 4893fc3 commit 9f4e70e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ LABEL maintainer="Mario Siegenthaler <[email protected]>"
33

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

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

1010
WORKDIR /
1111

0 commit comments

Comments
 (0)