1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-10-30 23:37:43 +02:00

stick with 1.4 TLS then

This commit is contained in:
Florent Daigniere
2025-10-20 10:42:09 +02:00
parent e9df0159f7
commit 418aee8634
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ services:
# Optional services
{% if antivirus_enabled %}
antivirus:
image: clamav/clamav-debian:1.5_base
image: clamav/clamav-debian:1.4_base
restart: always
logging:
driver: journald

View File

@@ -1 +1 @@
Upgrade clamav to 1.5, use the lighter base-image
Use clamav's lighter base-image