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

Update deps

This commit is contained in:
Florent Daigniere 2024-08-02 21:24:41 +02:00
parent 5b5c6ba4f5
commit da168322d6
3 changed files with 4 additions and 2 deletions

View File

@ -217,7 +217,7 @@ services:
# Optional services
{% if antivirus_enabled %}
antivirus:
image: clamav/clamav-debian:1.2.0-6
image: clamav/clamav-debian:1.2.3-45
restart: always
logging:
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
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 \
; mkdir /var/www/snappymail \