Skip to content

Commit

Permalink
Merge pull request #14229 from nestjs/renovate/mongo-8.x
Browse files Browse the repository at this point in the history
chore(deps): update mongo docker tag to v8
  • Loading branch information
kamilmysliwiec authored Nov 27, 2024
2 parents eca955d + 043d4a0 commit 315a430
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:7.0
image: mongo:8.0
environment:
- MONGODB_DATABASE="test"
ports:
Expand Down

0 comments on commit 315a430

Please sign in to comment.