Skip to content

Commit 33edb3d

Browse files
committed
chore: update mongodb version
1 parent 0db4910 commit 33edb3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
services:
2121
mongodb:
22-
image: mongo:8.2.2-noble
22+
image: mongo:8.2.3-noble
2323
env:
2424
MONGO_INITDB_ROOT_USERNAME: ${{ secrets.MONGO_INITDB_ROOT_USERNAME }}
2525
MONGO_INITDB_ROOT_PASSWORD: ${{ secrets.MONGO_INITDB_ROOT_PASSWORD }}

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
mongodb:
4-
image: mongo:8.2.2-noble
4+
image: mongo:8.2.3-noble
55
container_name: ${MONGO_INITDB_DATABASE}
66
restart: always
77
ports:

0 commit comments

Comments
 (0)