Skip to content

Commit e37238f

Browse files
ivankatliarchukIK Renovate Bot
andauthored
chore(deps): update alpine docker tag to v3.21 (helm/dockerfile) (#972)
Co-authored-by: IK Renovate Bot <[email protected]>
1 parent 082037f commit e37238f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# The recommended shebang is #!/usr/bin/env bash, not #!/bin/bash
33
#
4-
FROM alpine:3.20 as first
4+
FROM alpine:3.21 as first
55

66
# renovate: datasource=github-releases depName=helm/helm
77
ARG HELM_VERSION=3.15.1
@@ -16,7 +16,7 @@ RUN apk add --no-cache ca-certificates \
1616
&& apk del --purge deps \
1717
&& rm -f /helm-v${HELM_VERSION}-linux-amd64.tar.gz
1818

19-
FROM alpine:3.20
19+
FROM alpine:3.21
2020

2121
# Metadata
2222
LABEL org.opencontainers.image.authors="[email protected]" \

0 commit comments

Comments
 (0)