chore(deps): update mariadb docker tag to v12 #10

Open
renovate-bot wants to merge 1 commits from renovate/mariadb-12.x into master

View File

@ -12,7 +12,7 @@ services:
depends_on:
- db
db:
image: "mariadb:10.6"
image: "mariadb:12.2"
volumes:
- "mariadb:/var/lib/mysql"
networks: