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 d01e932 commit 562706cCopy full SHA for 562706c
1 file changed
package/Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.21 as extract
2
RUN apk add -U curl ca-certificates
3
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
+RUN curl -sL https://get.helm.sh/helm-v3.16.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
5
COPY entry /usr/bin/
6
7
FROM golang:1.23-alpine3.20 as plugins
0 commit comments