From 2e095644286f45e9b51a6f684fad802c65d3de31 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 30 Jul 2022 12:14:12 +0300 Subject: [PATCH] Update ClamAV image to Debian stable (bullseye). --- clamd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clamd/Dockerfile b/clamd/Dockerfile index a589e1f..9a21145 100644 --- a/clamd/Dockerfile +++ b/clamd/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster-slim +FROM debian:bullseye-slim # hadolint ignore=DL3008 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ -- GitLab