From bc7714b8f3f0ffd5bb6293dd0868fd06a44692ac Mon Sep 17 00:00:00 2001 From: Sven Gottwald <2502366+svengo@users.noreply.github.com> Date: Sat, 4 Sep 2021 12:24:39 +0200 Subject: [PATCH] [ClamAV] Update to latest LTS release (#4262) - ClamAV 0.103 is the first Long Term Support (LTS) feature release. - LTS feature releases will be supported for at least three years from the initial publication date of that LTS feature version. In other words, support for the LTS release "X.Y" starts when version "X.Y.0" is published and ends three years after. - Each LTS feature release will be supported with critical patch versions and access to download signatures for the duration of the three-year support period. - A new LTS feature release will be identified approximately every two years. - Users must stay up-to-date with the latest patch versions for continued support. As of Aug. 28, that means version 0.103.3. - Source: https://blog.clamav.net/2021/09/changes-to-clamav-end-of-life-policy.html --- data/Dockerfiles/clamd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfiles/clamd/Dockerfile b/data/Dockerfiles/clamd/Dockerfile index b251d968..4c7d609d 100644 --- a/data/Dockerfiles/clamd/Dockerfile +++ b/data/Dockerfiles/clamd/Dockerfile @@ -2,7 +2,7 @@ FROM debian:buster-slim LABEL maintainer "André Peters " -ARG CLAMAV=0.103.2 +ARG CLAMAV=0.103.3 RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \