Browse Source

[ClamAV] Update to 0.103.1

andryyy 4 years ago
parent
commit
cda16ac53f
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.0
+ARG CLAMAV=0.103.1
 
 RUN apt-get update && apt-get install -y --no-install-recommends \
   ca-certificates \