alpine 3.21.4

This commit is contained in:
Florent Daigniere
2025-08-13 09:40:01 +02:00
parent 880312db30
commit c72fa20e41

View File

@@ -3,7 +3,7 @@
# base system image (intermediate)
# Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml.
# Just run the workflow with the tag that must be synchronised.
ARG DISTRO=ghcr.io/mailu/alpine:3.21.0
ARG DISTRO=ghcr.io/mailu/alpine:3.21.4
FROM $DISTRO as system
ENV TZ=Etc/UTC LANG=C.UTF-8