From c3c3ddf42b2d6daf050177c9b12bb3b4adb9e129 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Tue, 2 Jun 2026 05:29:51 +0000 Subject: [PATCH] chore: upgrade to 4.0.0+2.4.0 --- compose.mariadb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.mariadb.yml b/compose.mariadb.yml index 30f7e97..417dd78 100644 --- a/compose.mariadb.yml +++ b/compose.mariadb.yml @@ -18,7 +18,7 @@ services: - db db: - image: mariadb:12.2 + image: mariadb:12.3 environment: - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password - MYSQL_PASSWORD_FILE=/run/secrets/db_password