Update mariadb Docker tag to v10.5 (https://github.com/woocommerce/woocommerce-blocks/pull/1988)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3958de2f88
commit
2117453656
|
@ -3,7 +3,7 @@ version: '3.3'
|
|||
services:
|
||||
|
||||
db:
|
||||
image: mariadb:10.4
|
||||
image: mariadb:10.5
|
||||
restart: on-failure
|
||||
environment:
|
||||
MYSQL_DATABASE: wordpress
|
||||
|
|
Loading…
Reference in New Issue