[deps]: Update mariadb Docker tag to v12

This commit is contained in:
renovate[bot]
2026-03-02 02:49:22 +00:00
committed by GitHub
parent b2eebba19e
commit f40e1a68e5

View File

@@ -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