We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b8fc6 commit 4461ac6Copy full SHA for 4461ac6
package/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.19 as extract
+FROM alpine:3.20 as extract
2
RUN apk add -U curl ca-certificates
3
ARG ARCH
4
RUN curl -sL https://get.helm.sh/helm-v2.17.0-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
@@ -23,7 +23,7 @@ RUN mkdir -p /go/src/github.com/helm/helm-mapkubeapis && \
23
/go/src/github.com/helm/helm-mapkubeapis/config \
24
/root/.local/share/helm/plugins/helm-mapkubeapis/
25
26
-FROM alpine:3.19
+FROM alpine:3.20
27
ARG BUILDDATE
28
LABEL buildDate=$BUILDDATE
29
RUN apk --no-cache upgrade && \
0 commit comments