1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Alpine 3.20

This commit is contained in:
Florent Daigniere 2024-05-27 15:34:53 +02:00
parent 2a0791dd79
commit eddcedf5cf
3 changed files with 2 additions and 2 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.19.1
ARG DISTRO=ghcr.io/mailu/alpine:3.20
FROM $DISTRO as system
ENV TZ=Etc/UTC LANG=C.UTF-8

View File

@ -7,7 +7,6 @@ ARG VERSION
LABEL version=$VERSION
RUN set -euxo pipefail \
; echo -e 'http://dl-cdn.alpinelinux.org/alpine/edge/main\nhttp://dl-cdn.alpinelinux.org/alpine/edge/testing\nhttp://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk/repositories \
; apk add --no-cache 'dovecot<2.4' dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d dovecot-submissiond rspamd-client dovecot-fts-flatcurve \
; mkdir /var/lib/dovecot

View File

@ -0,0 +1 @@
Switch to alpine 3.20, remove a dependency on edge for dovecot