Skip to content

Commit 4a8bb44

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update mongo docker tag to v8.0.10
1 parent 7a60bd4 commit 4a8bb44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.document.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mongo:
3-
image: mongo:8.0.9
3+
image: mongo:8.0.10
44
restart: always
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}

docker-compose.document.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mongo:
3-
image: mongo:8.0.9
3+
image: mongo:8.0.10
44
restart: always
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}

docker-compose.document.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- ${MAIL_PORT}:1025
99

1010
mongo:
11-
image: mongo:8.0.9
11+
image: mongo:8.0.10
1212
restart: always
1313
environment:
1414
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}

0 commit comments

Comments
 (0)