mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
alpine3.21.0
This commit is contained in:
parent
e713fb6723
commit
d13eae7587
@ -3,7 +3,7 @@
|
|||||||
# base system image (intermediate)
|
# base system image (intermediate)
|
||||||
# Note when updating the alpine tag, first manually run the workflow .github/workflows/mirror.yml.
|
# 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.
|
# Just run the workflow with the tag that must be synchronised.
|
||||||
ARG DISTRO=ghcr.io/mailu/alpine:3.20.3
|
ARG DISTRO=ghcr.io/mailu/alpine:3.21.0
|
||||||
FROM $DISTRO as system
|
FROM $DISTRO as system
|
||||||
|
|
||||||
ENV TZ=Etc/UTC LANG=C.UTF-8
|
ENV TZ=Etc/UTC LANG=C.UTF-8
|
||||||
|
@ -17,8 +17,7 @@ ARG VERSION
|
|||||||
LABEL version=$VERSION
|
LABEL version=$VERSION
|
||||||
|
|
||||||
RUN set -euxo pipefail \
|
RUN set -euxo pipefail \
|
||||||
; apk add --no-cache certbot nginx nginx-mod-http-brotli nginx-mod-mail openssl \
|
; apk add --no-cache certbot nginx nginx-mod-http-brotli nginx-mod-mail openssl dovecot-lua dovecot-pigeonhole-plugin 'dovecot-lmtpd<2.4' dovecot-pop3d dovecot-submissiond
|
||||||
; apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main dovecot-lua dovecot-pigeonhole-plugin 'dovecot-lmtpd<2.4' dovecot-pop3d dovecot-submissiond
|
|
||||||
|
|
||||||
COPY conf/ /conf/
|
COPY conf/ /conf/
|
||||||
COPY --from=static /static/ /static/
|
COPY --from=static /static/ /static/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user