Skip to content

Commit

Permalink
Update ClamAV to 1.4.0-1 (#6505)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Aug 20, 2024
1 parent 69194b7 commit 54ceffc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,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.1-61',
'ref': 'docker.io/clamav/clamav:1.4.0-1',
'url': 'https://hub.docker.com/r/clamav/clamav'
},
'gitlab': {
Expand Down
6 changes: 3 additions & 3 deletions image_manifests.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"id": "sha256:fd458c2cb02e0043c3a410258ff2d8e50d29dd93e679ae919348c429bf913f33",
"platform": "linux/amd64"
},
"docker.io/clamav/clamav:1.3.1-61": {
"digest": "sha256:15bc89f0bb125572d999e973bc5e481ca60eee7ffce9c72929a25b7d0792877b",
"id": "sha256:83d9b20f92b77ceb450301173cacdca5d0a4148b11659a4ea3b1acf9e5f1743b",
"docker.io/clamav/clamav:1.4.0-1": {
"digest": "sha256:8b9ca14c3c64c7c59b27505ecd3db9972fb3d642077c5212ac27f3ba6a5a2443",
"id": "sha256:0880f9d5a98bcda40350f36f9bd356bc161f9f1c3abc27de0ef8a0df2e7b247e",
"platform": "linux/amd64"
},
"docker.io/gitlab/gitlab-ce:17.3.0-ce.0": {
Expand Down

0 comments on commit 54ceffc

Please sign in to comment.