Update mariadb Docker tag to v10.6.0

pull/14/head
Renovate Bot 2021-04-29 01:01:13 +00:00
parent 927a090a91
commit 1324ad6445
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.5.9-focal'
image: 'mariadb:10.6.0-focal'
restart: 'always'
command: '--default-authentication-plugin=mysql_native_password'

View File

@ -26,7 +26,7 @@ services:
- 'data:/var/www/html/storage'
db:
image: 'mariadb:10.5.9-focal'
image: 'mariadb:10.6.0-focal'
restart: 'always'
command: '--default-authentication-plugin=mysql_native_password'