Skip to content

Commit fd81c4c

Browse files
authored
chore: bump MongoDB version to 5.0.32 (#1569)
For the patch of CVE-2025-14847
1 parent 8927f9e commit fd81c4c

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.changeset/three-beans-appear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hyperdx/api": patch
3+
---
4+
5+
chore: bump MongoDB version to 5.0.32

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
options: --network-alias playwright
108108
services:
109109
mongodb:
110-
image: mongo:5.0.14-focal
110+
image: mongo:5.0.32-focal
111111
options: >-
112112
--health-cmd "mongosh --quiet --eval 'db.adminCommand({ping: 1});
113113
db.getSiblingDB(\"test\").test.insertOne({_id: \"hc\"});

docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
networks:
3838
- internal
3939
db:
40-
image: mongo:5.0.14-focal
40+
image: mongo:5.0.32-focal
4141
command: --port 29999
4242
ports:
4343
- 29999:29999

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
logging: *hyperdx-logging
1111
labels:
1212
service.name: 'hdx-oss-dev-db'
13-
image: mongo:5.0.14-focal
13+
image: mongo:5.0.32-focal
1414
volumes:
1515
- .volumes/db_dev:/data/db
1616
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
# depends_on:
1616
# - app
1717
db:
18-
image: mongo:5.0.14-focal
18+
image: mongo:5.0.32-focal
1919
volumes:
2020
- .volumes/db:/data/db
2121
# WARNING: Exposing the database port will make it accessible from outside the container,

packages/app/tests/e2e/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: hdx-e2e
22
services:
33
db:
4-
image: mongo:5.0.14-focal
4+
image: mongo:5.0.32-focal
55
command: --port 29998
66
ports:
77
- 29998:29998

0 commit comments

Comments
 (0)