[ClamAV] Update to 0.103.4 (#4314)

* [ClamAV] Update to 0.103.4

ClamAV 0.103.4 is a critical patch release, see https://blog.clamav.net/2021/11/clamav-01034-and-01041-patch-releases.html for more information.

* Update docker-compose.yml

Update mailcow/clamd:1.42
master
Sven Gottwald 2021-11-11 13:43:41 +01:00 committed by GitHub
parent c550d18e05
commit 7e35c3d0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@ FROM debian:buster-slim
LABEL maintainer "André Peters <andre.peters@servercow.de>"
ARG CLAMAV=0.103.3
ARG CLAMAV=0.103.4
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
zlib1g-dev \

View File

@ -58,7 +58,7 @@ services:
- redis
clamd-mailcow:
image: mailcow/clamd:1.41
image: mailcow/clamd:1.42
restart: always
dns:
- ${IPV4_NETWORK:-172.22.1}.254