Skip to content

Commit 98b060b

Browse files
ts-minimsiegenthaler
authored andcommitted
1 parent b6740c8 commit 98b060b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.9 as build
1+
FROM alpine:3.10 as build
22
LABEL maintainer="Mario Siegenthaler <[email protected]>"
33

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

6-
ENV VERSION=v2.14.1
6+
ENV VERSION=v2.15.2
77
ENV FILENAME=helm-${VERSION}-linux-amd64.tar.gz
8-
ENV SHA256SUM=804f745e6884435ef1343f4de8940f9db64f935cd9a55ad3d9153d064b7f5896
8+
ENV SHA256SUM=a9d2db920bd4b3d824729bbe1ff3fa57ad27760487581af6e5d3156d1b3c2511
99

1010
WORKDIR /
1111

0 commit comments

Comments
 (0)