Skip to content

Commit

Permalink
Merge pull request #11381 from nestjs/renovate/mongo-6.x
Browse files Browse the repository at this point in the history
chore(deps): update mongo docker tag to v6
  • Loading branch information
kamilmysliwiec committed Mar 27, 2023
2 parents bf415d8 + c2e2ee6 commit 8c41e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/13-mongo-typeorm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
mongodb:
image: mongo:5.0
image: mongo:6.0
environment:
- MONGODB_DATABASE="test"
ports:
Expand Down

0 comments on commit 8c41e01

Please sign in to comment.