From 433e3af9ad1f8ef2d63953b53f089d65800f7371 Mon Sep 17 00:00:00 2001 From: Daniel Sotirhos Date: Tue, 5 Mar 2024 17:53:35 -0800 Subject: [PATCH] Update ClamAV to 1.3.0-41 (#6007) --- environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.py b/environment.py index 45b45fba4a..2593ad3717 100644 --- a/environment.py +++ b/environment.py @@ -280,7 +280,7 @@ def env() -> Mapping[str, Optional[str]]: # Updating any of the four images below additionally requires # redeploying the `gitlab` TF component. 'clamav': { - 'ref': 'docker.io/clamav/clamav:1.3.0-40' + 'ref': 'docker.io/clamav/clamav:1.3.0-41' }, 'gitlab': { 'ref': 'docker.io/gitlab/gitlab-ce:16.9.1-ce.0'