chore(deps): update mariadb docker tag to v10.11 #7

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

View File

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