From 45b6a5bba62050b703f7f593ae0681d927e7aeaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Wed, 26 Jan 2022 15:46:09 +0100 Subject: [PATCH] Fix mariadb docker image version --- digitaldemocratic.conf.sample | 2 ++ isard-apps | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/digitaldemocratic.conf.sample b/digitaldemocratic.conf.sample index b527924..4f86d33 100644 --- a/digitaldemocratic.conf.sample +++ b/digitaldemocratic.conf.sample @@ -148,3 +148,5 @@ ETHERPAD_VERSION=1.8.15 ## POSTGRESQL POSTGRESQL_IMG=postgres:14.1-alpine3.15 +## MARIADB +MARIADB_IMG=mariadb:10.6.5 diff --git a/isard-apps b/isard-apps index 0537362..47dd420 160000 --- a/isard-apps +++ b/isard-apps @@ -1 +1 @@ -Subproject commit 0537362fe9df9e5bf5b4cec82fdce4a1bedabec6 +Subproject commit 47dd420fae85901fe1cb029c7b5aa90b9f4a34b1