chore(deps): update mariadb docker tag to v13 #16

Open
renovate-bot wants to merge 1 commits from renovate/mariadb-13.x into master
+1 -1
View File
@@ -11,7 +11,7 @@ services:
depends_on:
- db
db:
image: "mariadb:12.1"
image: "mariadb:13.0"
volumes:
- "mariadb:/var/lib/mysql"
networks: