1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Upgrade to alpine 3.16.2

This may fix the build issues on arm
This commit is contained in:
Florent Daigniere 2022-10-29 11:40:14 +02:00
parent 9975a793fe
commit 8942448561

View File

@ -1,7 +1,7 @@
# syntax=docker/dockerfile-upstream:1.4.3
# base system image (intermediate)
ARG DISTRO=alpine:3.14.5
ARG DISTRO=alpine:3.16.2
FROM $DISTRO as system
ENV TZ=Etc/UTC LANG=C.UTF-8