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 082037f commit e37238fCopy full SHA for e37238f
helm/Dockerfile
@@ -1,7 +1,7 @@
1
#
2
# The recommended shebang is #!/usr/bin/env bash, not #!/bin/bash
3
4
-FROM alpine:3.20 as first
+FROM alpine:3.21 as first
5
6
# renovate: datasource=github-releases depName=helm/helm
7
ARG HELM_VERSION=3.15.1
@@ -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.20
+FROM alpine:3.21
20
21
# Metadata
22
LABEL org.opencontainers.image.authors="[email protected]" \
0 commit comments