File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.1'
2
2
3
3
services :
4
4
primary :
5
- image : mysql:5.7.8
5
+ image : mysql:5.7.44
6
6
platform : linux/amd64
7
7
environment :
8
8
MYSQL_ROOT_PASSWORD : mysql
@@ -17,7 +17,7 @@ services:
17
17
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
18
18
19
19
replica :
20
- image : mysql:5.7.8
20
+ image : mysql:5.7.44
21
21
platform : linux/amd64
22
22
environment :
23
23
MYSQL_ROOT_PASSWORD : mysql
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.1'
2
2
3
3
services :
4
4
primary :
5
- image : mysql:8.0.23
5
+ image : mysql:8.0.40
6
6
platform : linux/amd64
7
7
environment :
8
8
MYSQL_ROOT_PASSWORD : mysql
@@ -17,7 +17,7 @@ services:
17
17
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
18
18
19
19
replica :
20
- image : mysql:8.0.23
20
+ image : mysql:8.0.40
21
21
platform : linux/amd64
22
22
environment :
23
23
MYSQL_ROOT_PASSWORD : mysql
You can’t perform that action at this time.
0 commit comments