chore(deps): update mongo docker tag to v8 (#12810)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-01 09:03:31 -04:00
committed by GitHub
parent bd76ccf08a
commit 2fd8955881

View File

@@ -75,7 +75,7 @@ jobs:
- 6379:6379
mongo:
image: 'mongo:7.0'
image: 'mongo:8.0'
ports:
# Maps port 27017 on service container to the host
- 27017:27017