feat(deps): use mysql:8.3.0

This commit is contained in:
աɨռɢӄաօռɢ
2024-02-12 00:19:19 +08:00
parent 0117159d8b
commit 824c42e9cf
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