build(deps): update mariadb docker tag to v10.7.1 (#2585)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2587/head
renovate[bot] 2021-11-10 15:57:48 +11:00 committed by GitHub
parent 063a553167
commit 6765b97342
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' version: '3'
services: services:
mariadb: mariadb:
image: mariadb:10.6.4 image: mariadb:10.7.1
environment: environment:
- MYSQL_ROOT_PASSWORD=rootpassword - MYSQL_ROOT_PASSWORD=rootpassword
- MYSQL_USER=admin - MYSQL_USER=admin