Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update MariaDB version from `10.2` to `10.3` to match requirement in README. By the way, is there any reason for the empty string being the default password and version? ```py def install_maridb(mysql_root_password='', version=''): # ... ```
- Loading branch information