[Clamd] Pass version as ARG
parent
ddf1c81bc5
commit
4ba7194eb1
|
@ -2,8 +2,7 @@ FROM debian:buster-slim
|
|||
|
||||
LABEL maintainer "André Peters <andre.peters@servercow.de>"
|
||||
|
||||
# Installation
|
||||
ENV CLAMAV 0.102.3
|
||||
ARG CLAMAV=0.102.3
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
|
|
Loading…
Reference in New Issue