Merge "gerrit: Update mariadb to 10.6"

This commit is contained in:
Zuul 2022-06-19 21:39:26 +00:00 committed by Gerrit Code Review
commit 526cde55b0

View File

@ -1,7 +1,7 @@
version: '2'
services:
mariadb:
image: docker.io/library/mariadb:10.4
image: docker.io/library/mariadb:10.6
network_mode: host
environment:
MYSQL_ROOT_PASSWORD: "{{ gerrit_reviewdb_mariadb_password }}"