1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-31 23:10:01 +02:00

Upgrade to alpine 3.17.1

New openssl, new dovecot
This commit is contained in:
Florent Daigniere 2023-01-29 18:13:49 +01:00
parent 9bd76536a1
commit 802ab533d2
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -0,0 +1 @@
Upgrade to alpine 3.17.1