From 8635f3d299fb05ab30aedfe8426ac46837ca7e26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 02:48:25 +0000 Subject: [PATCH] Update mariadb Docker tag to v12 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/backend.yml | 2 +- compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 4bd5c0ec3..94405324c 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -23,7 +23,7 @@ jobs: services: mysql: - image: mariadb:11.7 + image: mariadb:12.3 options: --health-cmd "mariadb-admin ping -h localhost" --health-interval 20s --health-timeout 10s --health-retries 10 env: MYSQL_ROOT_PASSWORD: password diff --git a/compose.yaml b/compose.yaml index 9a6a9561e..2f636572f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: mysql: - image: mariadb:11.7 + image: mariadb:12.3 command: mariadbd --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci ports: - "3306:3306"