Skip to content

Commit

Permalink
Merge pull request #1539 from telefonicaid/task/upgrade_mongo_docker
Browse files Browse the repository at this point in the history
Upgrade mongo docker-compose dev
  • Loading branch information
fgalan authored Dec 11, 2023
2 parents 7a7ae03 + 958ee49 commit a60fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version: '3'
services:

mongo:
image: mongo:4.4
image: mongo:6.0.12
ports:
- "27017:27017"

0 comments on commit a60fb49

Please sign in to comment.