Skip to content

Commit 2aec115

Browse files
Merge pull request #15854 from nestjs/renovate/mongo-8.x
chore(deps): update mongo docker tag to v8.2
2 parents dabf31f + 7ae529b commit 2aec115

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:8.0
5+
image: mongo:8.2
66
environment:
77
- MONGODB_DATABASE="test"
88
ports:

0 commit comments

Comments
 (0)