Skip to content

Commit b180578

Browse files
authored
Merge pull request #91 from dereknola/bump_2025_jan
Bump helm to 3.16.4
2 parents d01e932 + 562706c commit b180578

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)