Skip to content

Commit 0b44617

Browse files
committed
update mysql container.
1 parent 96b23ed commit 0b44617

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

check-mysql/test_57/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.1'
22

33
services:
44
primary:
5-
image: mysql:5.7.8
5+
image: mysql:5.7.44
66
platform: linux/amd64
77
environment:
88
MYSQL_ROOT_PASSWORD: mysql
@@ -17,7 +17,7 @@ services:
1717
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
1818

1919
replica:
20-
image: mysql:5.7.8
20+
image: mysql:5.7.44
2121
platform: linux/amd64
2222
environment:
2323
MYSQL_ROOT_PASSWORD: mysql

check-mysql/test_8/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.1'
22

33
services:
44
primary:
5-
image: mysql:8.0.23
5+
image: mysql:8.0.40
66
platform: linux/amd64
77
environment:
88
MYSQL_ROOT_PASSWORD: mysql
@@ -17,7 +17,7 @@ services:
1717
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
1818

1919
replica:
20-
image: mysql:8.0.23
20+
image: mysql:8.0.40
2121
platform: linux/amd64
2222
environment:
2323
MYSQL_ROOT_PASSWORD: mysql

0 commit comments

Comments
 (0)