🔒 chore: Bump MongoDB from 8.0.17 to 8.0.20 in Docker Compose Files (#12399)

Addresses vulnerabilities disclosed in CERTFR-2026-AVI-0310:
- Improper object lifecycle management of MD5 hash state in core
  cryptographic operations (Blocker/P1)
- Use-after-free in ExpressionContext during pipeline cloning with
  nested $unionWith stages (Major/P3)
This commit is contained in:
Danny Avila 2026-03-25 13:56:43 -04:00 committed by GitHub
parent 221e49222d
commit 734239346b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ services:
- ./logs:/app/logs
mongodb:
container_name: chat-mongodb
image: mongo:8.0.17
image: mongo:8.0.20
restart: always
user: "${UID}:${GID}"
volumes: