build(deps): update mariadb docker tag to v10.9.3 (#4041)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/4042/head
renovate[bot] 2022-09-21 12:37:27 +10:00 committed by GitHub
parent 52e61109f7
commit 8cf290a1df
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.9.2
image: mariadb:10.9.3
environment:
- MYSQL_ROOT_PASSWORD=rootpassword
- MYSQL_USER=admin