You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
committed by
Mergify
parent
fe3e13e56e
commit
6fd984afb1
@@ -217,7 +217,7 @@ services:
|
|||||||
# Optional services
|
# Optional services
|
||||||
{% if antivirus_enabled %}
|
{% if antivirus_enabled %}
|
||||||
antivirus:
|
antivirus:
|
||||||
image: clamav/clamav-debian:1.2.0-6
|
image: clamav/clamav-debian:1.2.3-45
|
||||||
restart: always
|
restart: always
|
||||||
logging:
|
logging:
|
||||||
driver: journald
|
driver: journald
|
||||||
|
2
towncrier/newsfragments/3347.bugfix
Normal file
2
towncrier/newsfragments/3347.bugfix
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Update to a newer clamav 1.2.3-45
|
||||||
|
Update to snappymail 2.36.4
|
@@ -54,7 +54,7 @@ COPY roundcube/config/config.inc.carddav.php /var/www/roundcube/plugins/carddav/
|
|||||||
|
|
||||||
# snappymail
|
# snappymail
|
||||||
|
|
||||||
ENV SNAPPYMAIL_URL https://github.com/the-djmaze/snappymail/releases/download/v2.36.1/snappymail-2.36.1.tar.gz
|
ENV SNAPPYMAIL_URL https://github.com/the-djmaze/snappymail/releases/download/v2.36.4/snappymail-2.36.4.tar.gz
|
||||||
|
|
||||||
RUN set -euxo pipefail \
|
RUN set -euxo pipefail \
|
||||||
; mkdir /var/www/snappymail \
|
; mkdir /var/www/snappymail \
|
||||||
|
Reference in New Issue
Block a user