Merge pull request #25678 from woocommerce/renovate/docker-mariadb-10.x

Update mariadb Docker tag to v10.5
This commit is contained in:
Rodrigo Primo 2020-03-03 09:12:56 -03:00 committed by GitHub
commit f7624c595c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
db:
image: mariadb:10.4
image: mariadb:10.5
restart: on-failure
environment:
MYSQL_DATABASE: testdb