Skip to content

Commit 315a430

Browse files
Merge pull request #14229 from nestjs/renovate/mongo-8.x
chore(deps): update mongo docker tag to v8
2 parents eca955d + 043d4a0 commit 315a430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/13-mongo-typeorm/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
mongodb:
5-
image: mongo:7.0
5+
image: mongo:8.0
66
environment:
77
- MONGODB_DATABASE="test"
88
ports:

0 commit comments

Comments
 (0)