[ClamAV] Update to 0.102.3
parent
b933a3094d
commit
718706dd27
|
@ -3,7 +3,7 @@ FROM debian:buster-slim
|
|||
LABEL maintainer "André Peters <andre.peters@servercow.de>"
|
||||
|
||||
# Installation
|
||||
ENV CLAMAV 0.102.1
|
||||
ENV CLAMAV 0.102.3
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
|
|
|
@ -56,7 +56,7 @@ services:
|
|||
- redis
|
||||
|
||||
clamd-mailcow:
|
||||
image: mailcow/clamd:1.35
|
||||
image: mailcow/clamd:1.36
|
||||
restart: always
|
||||
dns:
|
||||
- ${IPV4_NETWORK:-172.22.1}.254
|
||||
|
|
Loading…
Reference in New Issue