1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

alpine 3.20.3

(cherry picked from commit 152b45a0e9)
This commit is contained in:
Florent Daigniere
2024-10-21 11:05:01 +02:00
committed by Mergify
parent 7e41c04659
commit 5b2456cc8e
2 changed files with 2 additions and 1 deletions

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.20
ARG DISTRO=ghcr.io/mailu/alpine:3.20.3
FROM $DISTRO as system
ENV TZ=Etc/UTC LANG=C.UTF-8