[Clamd] Update to 0.103.5 (DDOS Fix)
[Clamd] Update to 0.103.5 (DDOS Fix) (Docker Image Tag mailcow/clamd:1.43)
This commit is contained in:
		@@ -2,7 +2,7 @@ FROM debian:buster-slim
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
LABEL maintainer "André Peters <andre.peters@servercow.de>"
 | 
					LABEL maintainer "André Peters <andre.peters@servercow.de>"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG CLAMAV=0.103.4
 | 
					ARG CLAMAV=0.103.5
 | 
				
			||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
 | 
					RUN apt-get update && apt-get install -y --no-install-recommends \
 | 
				
			||||||
  ca-certificates \
 | 
					  ca-certificates \
 | 
				
			||||||
  zlib1g-dev \
 | 
					  zlib1g-dev \
 | 
				
			||||||
@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
 | 
				
			|||||||
  dos2unix \
 | 
					  dos2unix \
 | 
				
			||||||
  netcat \
 | 
					  netcat \
 | 
				
			||||||
  && rm -rf /var/lib/apt/lists/* \
 | 
					  && rm -rf /var/lib/apt/lists/* \
 | 
				
			||||||
  && wget -O - https://fossies.org/linux/misc/clamav-${CLAMAV}.tar.gz | tar xfvz - \
 | 
					  && wget -O - https://www.clamav.net/downloads/production/clamav-${CLAMAV}.tar.gz | tar xfvz - \
 | 
				
			||||||
  && cd clamav-${CLAMAV} \
 | 
					  && cd clamav-${CLAMAV} \
 | 
				
			||||||
  && ./configure \
 | 
					  && ./configure \
 | 
				
			||||||
  --prefix=/usr \
 | 
					  --prefix=/usr \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -58,7 +58,7 @@ services:
 | 
				
			|||||||
            - redis
 | 
					            - redis
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    clamd-mailcow:
 | 
					    clamd-mailcow:
 | 
				
			||||||
      image: mailcow/clamd:1.42
 | 
					      image: mailcow/clamd:1.43
 | 
				
			||||||
      restart: always
 | 
					      restart: always
 | 
				
			||||||
      dns:
 | 
					      dns:
 | 
				
			||||||
        - ${IPV4_NETWORK:-172.22.1}.254
 | 
					        - ${IPV4_NETWORK:-172.22.1}.254
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user