From 44770167224379f64441778a529e196efe243062 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Wed, 6 Aug 2025 15:58:36 +0200 Subject: [PATCH] [CHANGE] Keep MariaDB up-to-date with the LTS cycle --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 5958d063..a7ef1058 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -44,7 +44,7 @@ x-allianceauth-health-check: &allianceauth-health-checks services: auth_mysql: - image: mariadb:10.11 + image: mariadb:lts command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --default-authentication-plugin=mysql_native_password] volumes: - ./mysql-data:/var/lib/mysql