Browse Source

[ClamAV] Update to 0.103.2 (#4068)

Security patch, see https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html
Sven Gottwald 4 years ago
parent
commit
2617f639b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/Dockerfiles/clamd/Dockerfile

+ 1 - 1
data/Dockerfiles/clamd/Dockerfile

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