Skip to content

Commit e225394

Browse files
chore: update mongo docker tag to v6
1 parent 6b834bf commit e225394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
services:
3939
mongo:
40-
image: mongo:5-focal
40+
image: mongo:6-focal
4141
ports:
4242
- 27017:27017
4343
steps:

0 commit comments

Comments
 (0)