Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Shchepotin committed Oct 12, 2024
1 parent 5b1af79 commit d3b3373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.document.ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mongo:
image: mongo:8.0.0
image: mongo:8.0.1
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.document.test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mongo:
image: mongo:8.0.0
image: mongo:8.0.1
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- ${MAIL_PORT}:1025

mongo:
image: mongo:8.0.0
image: mongo:8.0.1
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}
Expand Down

0 comments on commit d3b3373

Please sign in to comment.