From 511b746c3bb3af33ee85fd4d6d27e38840a1f582 Mon Sep 17 00:00:00 2001 From: Mend Renovate <bot@renovateapp.com> Date: Tue, 26 Sep 2023 18:12:44 +0000 Subject: [PATCH] Update mariadb Docker tag to v11 --- 14/mariadb-tomcat/docker-compose.yml | 2 +- 15.5/mariadb-tomcat/docker-compose.yml | 2 +- 15/mariadb-tomcat/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/14/mariadb-tomcat/docker-compose.yml b/14/mariadb-tomcat/docker-compose.yml index 0c91a64..8e93012 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 0c91a64..8e93012 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 0c91a64..8e93012 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. -- GitLab