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 c005164 commit 545c206Copy full SHA for 545c206
helm/Dockerfile
@@ -1,7 +1,7 @@
1
#
2
# The recommended shebang is #!/usr/bin/env bash, not #!/bin/bash
3
4
-FROM alpine:3.21 as first
+FROM alpine:3.22 as first
5
6
# renovate: datasource=github-releases depName=helm/helm
7
ARG HELM_VERSION=3.17.2
@@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates \
16
&& apk del --purge deps \
17
&& rm -f /helm-v${HELM_VERSION}-linux-amd64.tar.gz
18
19
-FROM alpine:3.21
+FROM alpine:3.22
20
21
# Metadata
22
LABEL org.opencontainers.image.authors="[email protected]" \
0 commit comments