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

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

View File

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