diff --git a/14/mariadb-tomcat/docker-compose.yml b/14/mariadb-tomcat/docker-compose.yml
index 0c91a64d494a3f7323a48e4ddd723cc0c3581924..8e93012cb1cf94b3fa36ab687e1c53c5570644f1 100644
--- a/14/mariadb-tomcat/docker-compose.yml
+++ b/14/mariadb-tomcat/docker-compose.yml
@@ -46,7 +46,7 @@ services:
       - bridge
   # The container that runs the database (mariadb)
   db:
-    image: "mariadb:10.5"
+    image: "mariadb:11.1"
     container_name: xwiki-mariadb-db
     # - We provide a xwiki.cnf file in order to configure the mysql db to support UTF8 and be case-insensitive
     # We have to do it here since we use an existing image and that's how this image allows customizations.
diff --git a/15.5/mariadb-tomcat/docker-compose.yml b/15.5/mariadb-tomcat/docker-compose.yml
index 0c91a64d494a3f7323a48e4ddd723cc0c3581924..8e93012cb1cf94b3fa36ab687e1c53c5570644f1 100644
--- a/15.5/mariadb-tomcat/docker-compose.yml
+++ b/15.5/mariadb-tomcat/docker-compose.yml
@@ -46,7 +46,7 @@ services:
       - bridge
   # The container that runs the database (mariadb)
   db:
-    image: "mariadb:10.5"
+    image: "mariadb:11.1"
     container_name: xwiki-mariadb-db
     # - We provide a xwiki.cnf file in order to configure the mysql db to support UTF8 and be case-insensitive
     # We have to do it here since we use an existing image and that's how this image allows customizations.
diff --git a/15/mariadb-tomcat/docker-compose.yml b/15/mariadb-tomcat/docker-compose.yml
index 0c91a64d494a3f7323a48e4ddd723cc0c3581924..8e93012cb1cf94b3fa36ab687e1c53c5570644f1 100644
--- a/15/mariadb-tomcat/docker-compose.yml
+++ b/15/mariadb-tomcat/docker-compose.yml
@@ -46,7 +46,7 @@ services:
       - bridge
   # The container that runs the database (mariadb)
   db:
-    image: "mariadb:10.5"
+    image: "mariadb:11.1"
     container_name: xwiki-mariadb-db
     # - We provide a xwiki.cnf file in order to configure the mysql db to support UTF8 and be case-insensitive
     # We have to do it here since we use an existing image and that's how this image allows customizations.