build(deps): update mariadb docker tag to v10.6.2 (#2099)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2057/merge
renovate[bot] 2021-06-19 08:33:13 +10:00 committed by GitHub
parent babdbb1560
commit 986f88fd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
version: '3'
services:
mariadb:
image: mariadb:10.6.1
image: mariadb:10.6.2
environment:
- MYSQL_ROOT_PASSWORD=rootpassword
- MYSQL_USER=admin