Use latest mongodb in tests

pull/59/head
Thijs Cadier 4 years ago
parent 8e9751271c
commit 7a2baf438b

@ -2,12 +2,11 @@ version: '3.7'
services:
mongodb:
image: mongo:3.6
image: mongo:latest
environment:
- MONGO_DATA_DIR=/data/db
ports:
- "27017:27017"
command: mongod --smallfiles
rust:
image: rust:latest
container_name: "rust"

Loading…
Cancel
Save