Update mariadb Docker tag to v10.7.1

This commit is contained in:
Renovate Bot 2021-12-24 08:05:00 +00:00
parent 45fc525ad2
commit e45db18822
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ services:
- 'index:/var/www/html/storage/search-indexes'
db:
image: 'mariadb:10.6.1-focal'
image: 'mariadb:10.7.1-focal'
restart: 'always'
command: '--default-authentication-plugin=mysql_native_password'