fix(infra): update ClamAV image tag from 1.3 to 1.4.4
CI / CD Pipeline / build (push) Successful in 4m54s
CI / CD Pipeline / deploy (push) Failing after 1m16s

- Fix deployment failure due to non-existent clamav/clamav:1.3 image
- Update to latest available tag clamav/clamav:1.4.4
- Resolves manifest unknown error in CI/CD deployment
This commit is contained in:
2026-04-21 15:01:48 +07:00
parent 486bf3b9a4
commit 1549098eac
@@ -173,7 +173,7 @@ services:
# ----------------------------------------------------------------
clamav:
<<: [*restart_policy, *default_logging]
image: clamav/clamav:1.3
image: clamav/clamav:1.4.4
container_name: clamav
security_opt:
- no-new-privileges:true