From c28983d7d66270b32327a6065e35dbaef3fedc72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 01:53:47 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.6 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 446fff6e5..00c5fe0a1 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -23,7 +23,7 @@ jobs: services: mysql: - image: mariadb:11.5 + image: mariadb:11.6 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 97fbd2ed7..9d07b1a9d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: mysql: - image: mariadb:11.5 + image: mariadb:11.6 command: mariadbd --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci ports: - "3306:3306"