1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-23 02:04:46 +02:00

Merge pull request #2839 from keigel2001/clamav-0.101.3

[ClamAV] Update to 0.101.3
This commit is contained in:
André Peters 2019-08-06 20:18:10 +02:00 committed by GitHub
commit f21cf134dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ FROM debian:stretch-slim
LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation
ENV CLAMAV 0.101.2
ENV CLAMAV 0.101.3
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \