Browse Source

[ClamAV] Update to 0.100.2

André 7 years ago
parent
commit
5705044af0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/Dockerfiles/clamd/Dockerfile

+ 1 - 1
data/Dockerfiles/clamd/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer "André Peters <andre.peters@servercow.de>"
 COPY dl_files.sh bootstrap.sh ./
 COPY dl_files.sh bootstrap.sh ./
 
 
 # Installation
 # Installation
-ENV CLAMAV 0.100.1
+ENV CLAMAV 0.100.2
 
 
 RUN apk add --no-cache --virtual build-dependencies alpine-sdk ncurses-dev zlib-dev bzip2-dev pcre-dev linux-headers fts-dev libxml2-dev libressl-dev \
 RUN apk add --no-cache --virtual build-dependencies alpine-sdk ncurses-dev zlib-dev bzip2-dev pcre-dev linux-headers fts-dev libxml2-dev libressl-dev \
   && apk add --no-cache curl bash tini libxml2 libbz2 pcre fts libressl tzdata \
   && apk add --no-cache curl bash tini libxml2 libbz2 pcre fts libressl tzdata \