Browse Source

Fix Clamd Version image in compose

DerLinkman 2 years ago
parent
commit
907912046f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      data/Dockerfiles/clamd/Dockerfile
  2. 1 1
      docker-compose.yml

+ 1 - 1
data/Dockerfiles/clamd/Dockerfile

@@ -1,6 +1,6 @@
 FROM clamav/clamav:1.0.3_base
 
-LABEL maintainer "André Peters <andre.peters@servercow.de>"
+LABEL maintainer "The Infrastructure Company GmbH <info@servercow.de>"
 
 RUN apk upgrade --no-cache \
   && apk add --update --no-cache \

+ 1 - 1
docker-compose.yml

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