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 a72f7df commit fa1f829Copy full SHA for fa1f829
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
9
curl -sL https://get.helm.sh/helm-v3.19.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
10
COPY entry /usr/bin/
11
12
-FROM golang:1.24-alpine3.22 AS plugins
+FROM golang:1.24-alpine3.23 AS plugins
13
RUN apk add -U curl ca-certificates build-base
14
COPY --from=extract /usr/bin/helm /usr/bin/helm
15
RUN go version
0 commit comments