1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Update deps

(cherry picked from commit da168322d6)
This commit is contained in:
Florent Daigniere
2024-08-02 21:24:41 +02:00
committed by Mergify
parent fe3e13e56e
commit 6fd984afb1
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
Update to a newer clamav 1.2.3-45
Update to snappymail 2.36.4

View File

@@ -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 \