Skip to content

Commit 562706c

Browse files
committed
Bump helm to 3.16.4
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent d01e932 commit 562706c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.21 as extract
22
RUN apk add -U curl ca-certificates
33
ARG ARCH
4-
RUN curl -sL https://get.helm.sh/helm-v3.16.1-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
4+
RUN curl -sL https://get.helm.sh/helm-v3.16.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
55
COPY entry /usr/bin/
66

77
FROM golang:1.23-alpine3.20 as plugins

0 commit comments

Comments
 (0)