Skip to content

Commit

Permalink
[u] Update ClamAV to 1.2.1-17 (#5723)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Dec 6, 2023
1 parent 16a1849 commit e8001aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ def docker_images(self) -> dict[str, str]:
f':{self.docker_elasticsearch_version}',
# Updating any of the four images below additionally requires
# redeploying the `gitlab` TF component.
clamav='docker.io/clamav/clamav:1.2.1-14',
clamav='docker.io/clamav/clamav:1.2.1-17',
gitlab='docker.io/gitlab/gitlab-ce:16.6.1-ce.0',
gitlab_runner='docker.io/gitlab/gitlab-runner:ubuntu-v16.6.1',
dind=f'docker.io/library/docker:{self.docker_version}-dind',
Expand Down

0 comments on commit e8001aa

Please sign in to comment.