feat(deps): use mysql:8.3.0

This commit is contained in:
աɨռɢӄաօռɢ
2024-02-19 06:51:44 +00:00
parent 78343b62e7
commit 858aa2913d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -46,7 +46,7 @@ services:
- "-h"
- localhost
timeout: 20s
image: "mysql:8.0.36"
image: "mysql:8.3.0"
networks:
- default
restart: always