Update mysql Docker tag to v8.2 #15

Merged
alazyreader merged 1 commits from renovate/mysql-8.x into master 2023-10-27 14:17:13 +00:00
Showing only changes of commit 4a13dc5e7f - Show all commits

View File

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
mysql: mysql:
image: mysql:8.1 image: mysql:8.2
ports: ports:
- 3306:3306 - 3306:3306
environment: environment: