Skip to content

Commit d476094

Browse files
committed
Update ClamAV to 1.4.3-46 (#7237)
1 parent 3709017 commit d476094

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docker_images.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
}
8080
}
8181
},
82-
"docker.io/clamav/clamav:1.4.2-43": {
83-
"digest": "sha256:30dc4d214c8e647506772ad3ef9bb6ae7f63b214d3084602ac8bcb739e226154",
84-
"mirror_digest": "sha256:4775cdfc361ff0c99440b610afa23816bdeccb09ac05b845a4267e7ce6b68e49",
82+
"docker.io/clamav/clamav:1.4.3-46": {
83+
"digest": "sha256:35b689111f3cfefe6ab00a5fe58dc45a078b267508c0c584a2616775cb160c4b",
84+
"mirror_digest": "sha256:e0986f85374ce564c7532dc225d13ca2ced496a315b96eb575e00a79d7860eb9",
8585
"parts": {
8686
"linux/amd64": {
87-
"digest": "sha256:85e45199246fc66d8a40a56dae4757f029b8fcf43bc348aadfad5883b04c95df",
88-
"id": "sha256:96dd6fbda8a61c95c500b3d8c5b31ed85e9947f74d11ff3fc563ebc82be3083d",
87+
"digest": "sha256:5005f83f9c4096812dc1b7bf2597fc837e6c720129ab66b352d2eec603c16b4e",
88+
"id": "sha256:84377a95fffa06a9e4fc5b40f782928491df7562b4368fecf96624a5598ef79d",
8989
"platform": "linux/amd64"
9090
}
9191
}

environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def env() -> Mapping[str, Optional[str]]:
313313
# Updating any of the four images below additionally requires
314314
# redeploying the `gitlab` TF component.
315315
'clamav': {
316-
'ref': 'docker.io/clamav/clamav:1.4.2-43',
316+
'ref': 'docker.io/clamav/clamav:1.4.3-46',
317317
'url': 'https://hub.docker.com/r/clamav/clamav'
318318
},
319319
'gitlab': {

0 commit comments

Comments
 (0)