Skip to content

Commit e8ab903

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update mongo docker tag to v8.0.6
1 parent a850e22 commit e8ab903

3 files changed

+3
-3
lines changed

docker-compose.document.ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mongo:
3-
image: mongo:8.0.5
3+
image: mongo:8.0.6
44
restart: always
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}

docker-compose.document.test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
mongo:
3-
image: mongo:8.0.5
3+
image: mongo:8.0.6
44
restart: always
55
environment:
66
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}

docker-compose.document.yaml

+1-1
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.5
11+
image: mongo:8.0.6
1212
restart: always
1313
environment:
1414
MONGO_INITDB_ROOT_USERNAME: ${DATABASE_USERNAME}

0 commit comments

Comments
 (0)