This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git
commit e1c734ba4f94b40b21de7d90f7fa0e02f38ca2cc Author: Oliver Lietz <[email protected]> AuthorDate: Mon Nov 7 14:03:22 2022 +0100 SLING-11666 Use official ClamAV Docker images --- .../java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java index b112ea1..bfcd5fb 100644 --- a/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java +++ b/src/test/java/org/apache/sling/commons/clam/it/tests/ClamTestSupport.java @@ -39,7 +39,7 @@ public abstract class ClamTestSupport extends TestSupport { private static GenericContainer clamContainer; - private static final String CLAM_CONTAINER_IMAGE_NAME = "mk0x/docker-clamav"; + private static final String CLAM_CONTAINER_IMAGE_NAME = "clamav/clamav"; @Configuration public Option[] configuration() {
