Skip to content

Commit 0eb42ac

Browse files
chore(deps): update mongo docker tag to v8.3.7
1 parent 6a5f1c7 commit 0eb42ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-mongodb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
services:
1818
mongodb:
19-
image: mongo:8.3.2
19+
image: mongo:8.3.7
2020
timeout-minutes: 10
2121
steps:
2222
- uses: actions/checkout@v6
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
services:
6565
mongodb:
66-
image: mongo:8.3.2
66+
image: mongo:8.3.7
6767
ports:
6868
- 27017:27017
6969
timeout-minutes: 10

0 commit comments

Comments
 (0)