Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent bc6420f commit 25bf686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/Both/mongodb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.9'
services:
mongo:
image: mongo:7.0.14
image: mongo:8.0.0
container_name: mongodb
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME}
Expand Down
2 changes: 1 addition & 1 deletion Docker/Both/monitorss/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- proxy

mrss-mongodb:
image: mongo:7.0.14
image: mongo:8.0.0
container_name: mrss-mongodb
environment:
- MONGO_INITDB_ROOT_USERNAME=${MONGO_INITDB_ROOT_USERNAME}
Expand Down

0 comments on commit 25bf686

Please sign in to comment.