Skip to content

Commit

Permalink
Merge pull request #30 from AntonFriberg/upgrade-db-deps
Browse files Browse the repository at this point in the history
Bump major version of mongoDB db container
  • Loading branch information
AntonFriberg authored Nov 5, 2019
2 parents 07ce9dd + f1274b8 commit 847f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'
services:

db:
image: mongo:3.6
image: mongo:4.2.1
volumes:
- ${MONGO_VOLUME_MOUNT}:/data/db
networks:
Expand Down

0 comments on commit 847f563

Please sign in to comment.