Merge pull request #25678 from woocommerce/renovate/docker-mariadb-10.x
Update mariadb Docker tag to v10.5
This commit is contained in:
commit
f7624c595c
|
@ -3,7 +3,7 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.4
|
image: mariadb:10.5
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: testdb
|
MYSQL_DATABASE: testdb
|
||||||
|
|
Loading…
Reference in New Issue