chore(deps): update mongo docker tag to v7 (#11928)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-08-19 19:13:10 -04:00
committed by GitHub
parent 9534f9b9b9
commit 7ebdfe7153

View File

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