chore: bump MongoDB version to 5.0.32 (#1569)

For the patch of CVE-2025-14847
This commit is contained in:
Warren Lee 2026-01-07 19:38:49 +01:00 committed by GitHub
parent 8927f9e257
commit fd81c4cb4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 5 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/api": patch
---
chore: bump MongoDB version to 5.0.32

View file

@ -107,7 +107,7 @@ jobs:
options: --network-alias playwright
services:
mongodb:
image: mongo:5.0.14-focal
image: mongo:5.0.32-focal
options: >-
--health-cmd "mongosh --quiet --eval 'db.adminCommand({ping: 1});
db.getSiblingDB(\"test\").test.insertOne({_id: \"hc\"});

View file

@ -37,7 +37,7 @@ services:
networks:
- internal
db:
image: mongo:5.0.14-focal
image: mongo:5.0.32-focal
command: --port 29999
ports:
- 29999:29999

View file

@ -10,7 +10,7 @@ services:
logging: *hyperdx-logging
labels:
service.name: 'hdx-oss-dev-db'
image: mongo:5.0.14-focal
image: mongo:5.0.32-focal
volumes:
- .volumes/db_dev:/data/db
ports:

View file

@ -15,7 +15,7 @@ services:
# depends_on:
# - app
db:
image: mongo:5.0.14-focal
image: mongo:5.0.32-focal
volumes:
- .volumes/db:/data/db
# WARNING: Exposing the database port will make it accessible from outside the container,

View file

@ -1,7 +1,7 @@
name: hdx-e2e
services:
db:
image: mongo:5.0.14-focal
image: mongo:5.0.32-focal
command: --port 29998
ports:
- 29998:29998