From f40e1a68e55a2abe868bb09600771998ceab6622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:49:22 +0000 Subject: [PATCH] [deps]: Update mariadb Docker tag to v12 --- bitwarden-lite/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwarden-lite/docker-compose.yml b/bitwarden-lite/docker-compose.yml index f495188a..e74f6ddb 100644 --- a/bitwarden-lite/docker-compose.yml +++ b/bitwarden-lite/docker-compose.yml @@ -22,7 +22,7 @@ services: MARIADB_PASSWORD: "super_strong_password" MARIADB_DATABASE: "bitwarden_vault" MARIADB_RANDOM_ROOT_PASSWORD: "true" - image: mariadb:10 + image: mariadb:12 restart: always volumes: - data:/var/lib/mysql