Use standard MongoDB image for unit tests

This commit is contained in:
François Voron
2020-08-13 14:03:34 +02:00
parent 0d8e0730fc
commit 1464273a11
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
services:
mongo:
image: mvertes/alpine-mongo
image: mongo:4.2
ports:
- 27017:27017