Skip to content

Commit 545c206

Browse files
author
IK Renovate Bot
committed
chore(deps): update alpine docker tag to v3.22 (helm/dockerfile)
1 parent c005164 commit 545c206

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.21 as first
4+
FROM alpine:3.22 as first
55

66
# renovate: datasource=github-releases depName=helm/helm
77
ARG HELM_VERSION=3.17.2
@@ -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.21
19+
FROM alpine:3.22
2020

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

0 commit comments

Comments
 (0)