Merge pull request #621 from usbharu/renovate/mongo-8.x

chore(deps): update mongo docker tag to v8
This commit is contained in:
usbharu 2024-12-19 22:21:45 +09:00 committed by GitHub
commit bc167f72f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
POSTGRES_DB: "hideout" POSTGRES_DB: "hideout"
mongodb: mongodb:
image: mongo:7.0.14 image: mongo:8.0.4
ports: ports:
- "27017:27017" - "27017:27017"