From 655ae66c84c7670d8b79ab899fab610ffe807b8d Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Tue, 5 Mar 2019 08:17:46 +0000
Subject: [PATCH] Pin mariadb to 10.4

Upgrading across versions like 10.3 to 10.4 apparently takes some
care and shouldn't be done accidentally.

Change-Id: I42e6cbd780dca965d2e0e33ba594cdb5fab21d4b
---
 playbooks/roles/gitea/templates/docker-compose.yaml.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playbooks/roles/gitea/templates/docker-compose.yaml.j2 b/playbooks/roles/gitea/templates/docker-compose.yaml.j2
index cc9c9eea4f..fbdf4a069f 100644
--- a/playbooks/roles/gitea/templates/docker-compose.yaml.j2
+++ b/playbooks/roles/gitea/templates/docker-compose.yaml.j2
@@ -4,7 +4,7 @@ version: '2'
 
 services:
   mariadb:
-    image: mariadb
+    image: mariadb:10.4
     network_mode: host
     restart: always
     environment: