1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-02 03:38:23 +02:00

Merge pull request #5438 from accolon/master

Update ClamAV to latest LTS version 1.0.3
This commit is contained in:
Niklas Meyer 2023-10-05 16:04:46 +02:00 committed by GitHub
commit c4c76e0945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM clamav/clamav:1.0.1-1_base
FROM clamav/clamav:1.0.3_base
LABEL maintainer "André Peters <andre.peters@servercow.de>"

View File

@ -58,7 +58,7 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:1.61
image: mailcow/clamd:1.62
restart: always
depends_on:
- unbound-mailcow