diff --git a/.semaphore/docker-compose.yml b/.semaphore/docker-compose.yml index c0be2f7..4e7e587 100644 --- a/.semaphore/docker-compose.yml +++ b/.semaphore/docker-compose.yml @@ -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"