Update to Alpine 3.22

This commit is contained in:
Tianon Gravi 2025-05-30 11:17:00 -07:00
parent 197f600052
commit 01ee986244
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{{ if env.variant == "musl" then ( -}}
FROM alpine:3.21
FROM alpine:3.22
RUN set -eux; \
apk add --no-cache \

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.21
FROM alpine:3.22
RUN set -eux; \
apk add --no-cache \

View File

@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
FROM alpine:3.21
FROM alpine:3.22
RUN set -eux; \
apk add --no-cache \