Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Shchepotin committed Dec 28, 2023
1 parent 61b8a8b commit b465aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:7.0.3
image: mongo:7.0.4
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:7.0.3
image: mongo:7.0.4
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}
Expand Down

0 comments on commit b465aa5

Please sign in to comment.