mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-06 03:54:12 +02:00
Merge pull request #5438 from accolon/master
Update ClamAV to latest LTS version 1.0.3
This commit is contained in:
commit
c4c76e0945
@ -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>"
|
LABEL maintainer "André Peters <andre.peters@servercow.de>"
|
||||||
|
|
||||||
|
@ -58,7 +58,7 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
|
|
||||||
clamd-mailcow:
|
clamd-mailcow:
|
||||||
image: mailcow/clamd:1.61
|
image: mailcow/clamd:1.62
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- unbound-mailcow
|
- unbound-mailcow
|
||||||
|
Loading…
Reference in New Issue
Block a user