This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git

commit b146b582aa19316fd63179a6839a0895e43c6946
Author: Renovate <[email protected]>
AuthorDate: Mon Jul 3 06:40:40 2023 +0000

    Update mariadb Docker tag to v11
---
 .github/workflows/build-mariadb.yml | 2 +-
 custom/docker/docker-compose.yml    | 2 +-
 docker-compose.yml                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-mariadb.yml 
b/.github/workflows/build-mariadb.yml
index 7f41d6c74..b85e0d3ad 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -10,7 +10,7 @@ jobs:
 
     services:
         mariad:
-            image: mariadb:10.11
+            image: mariadb:11.0
             ports:
                 - 3306:3306
             env:
diff --git a/custom/docker/docker-compose.yml b/custom/docker/docker-compose.yml
index b45ffe3ec..adc1180e3 100644
--- a/custom/docker/docker-compose.yml
+++ b/custom/docker/docker-compose.yml
@@ -21,7 +21,7 @@ version: '3.7'
 services:
   # Backend service
   fineractmysql:
-    image: mariadb:10.11
+    image: mariadb:11.0
     volumes:
       - 
../../fineract-db/server_collation.cnf:/etc/mysql/conf.d/server_collation.cnf
       - ../../fineract-db/docker:/docker-entrypoint-initdb.d:Z,ro
diff --git a/docker-compose.yml b/docker-compose.yml
index aee49a027..a2ee368a1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -21,7 +21,7 @@ version: '3.7'
 services:
   # Backend service
   fineractmysql:
-    image: mariadb:10.11
+    image: mariadb:11.0
     volumes:
       - 
./fineract-db/server_collation.cnf:/etc/mysql/conf.d/server_collation.cnf
       - ./fineract-db/docker:/docker-entrypoint-initdb.d:Z,ro

Reply via email to