feat: bumb mysql container image version to 8.0.32

This commit is contained in:
Wing-Kam Wong
2023-01-26 17:24:51 +08:00
parent 002d317ef0
commit 410e71e5bd
4 changed files with 24 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ services:
- "-h"
- localhost
timeout: 20s
image: "mysql:5.7"
image: "mysql:8.0.32"
restart: always
volumes:
- "db_data:/var/lib/mysql"