Skip to content

Commit

Permalink
chore(deps): update mongo docker tag to v7.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Shchepotin committed Aug 30, 2024
1 parent b4d6d17 commit ea3c03a
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:7.0.12
image: mongo:7.0.14
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:7.0.12
image: mongo:7.0.14
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.12
image: mongo:7.0.14
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}
Expand Down

0 comments on commit ea3c03a

Please sign in to comment.