Skip to content

Commit

Permalink
update mysql container.
Browse files Browse the repository at this point in the history
  • Loading branch information
yseto committed Dec 11, 2024
1 parent 96b23ed commit 0b44617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions check-mysql/test_57/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'

services:
primary:
image: mysql:5.7.8
image: mysql:5.7.44
platform: linux/amd64
environment:
MYSQL_ROOT_PASSWORD: mysql
Expand All @@ -17,7 +17,7 @@ services:
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d

replica:
image: mysql:5.7.8
image: mysql:5.7.44
platform: linux/amd64
environment:
MYSQL_ROOT_PASSWORD: mysql
Expand Down
4 changes: 2 additions & 2 deletions check-mysql/test_8/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.1'

services:
primary:
image: mysql:8.0.23
image: mysql:8.0.40
platform: linux/amd64
environment:
MYSQL_ROOT_PASSWORD: mysql
Expand All @@ -17,7 +17,7 @@ services:
- ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d

replica:
image: mysql:8.0.23
image: mysql:8.0.40
platform: linux/amd64
environment:
MYSQL_ROOT_PASSWORD: mysql
Expand Down

0 comments on commit 0b44617

Please sign in to comment.