Browse Source

[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
Sven Gottwald 3 years ago
parent
commit
7e35c3d0dd
2 changed files with 2 additions and 3 deletions
  1. 1 2
      data/Dockerfiles/clamd/Dockerfile
  2. 1 1
      docker-compose.yml

+ 1 - 2
data/Dockerfiles/clamd/Dockerfile

@@ -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 \

+ 1 - 1
docker-compose.yml

@@ -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