From d35a4ac4a6256e1098db2f9bc9134500c275dbfc Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi <41103328+SwikritiT@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:08:10 +0545 Subject: [PATCH] Use different image of clamav in docker compose (#6588) --- tests/acceptance/docker/src/antivirus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/docker/src/antivirus.yml b/tests/acceptance/docker/src/antivirus.yml index f84765ac6d..2c1234e7d8 100644 --- a/tests/acceptance/docker/src/antivirus.yml +++ b/tests/acceptance/docker/src/antivirus.yml @@ -5,5 +5,5 @@ services: - clamav command: clamav:3310 clamav: - image: owncloudci/clamavd + image: mkodockx/docker-clamav:alpine