We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6740c8 commit 98b060bCopy full SHA for 98b060b
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM alpine:3.9 as build
+FROM alpine:3.10 as build
2
LABEL maintainer="Mario Siegenthaler <[email protected]>"
3
4
RUN apk add --update --no-cache ca-certificates git
5
6
-ENV VERSION=v2.14.1
+ENV VERSION=v2.15.2
7
ENV FILENAME=helm-${VERSION}-linux-amd64.tar.gz
8
-ENV SHA256SUM=804f745e6884435ef1343f4de8940f9db64f935cd9a55ad3d9153d064b7f5896
+ENV SHA256SUM=a9d2db920bd4b3d824729bbe1ff3fa57ad27760487581af6e5d3156d1b3c2511
9
10
WORKDIR /
11
0 commit comments