Skip to content

Commit 5033dd6

Browse files
renovate[bot]Shchepotin
authored andcommitted
chore(deps): update mongo docker tag to v8.0.5
1 parent 165d42d commit 5033dd6

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

0 commit comments

Comments
 (0)