chore(deps): update mongo docker tag to v8.0.8 (#691)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-28 03:07:04 +00:00 committed by GitHub
parent 88f3bfbc7a
commit 063d8f1359
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:8.0.5 image: mongo:8.0.8
ports: ports:
- "27017:27017" - "27017:27017"