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

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