Update mariadb Docker tag to v13
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 18m48s
/ Ansible Lint (pull_request) Successful in 17m22s

This commit is contained in:
Renovate 2026-09-16 11:46:45 +00:00
commit 5ba7081499

View file

@ -3,7 +3,7 @@
services:
db:
image: mariadb:12.3.2
image: mariadb:13.0.2
command: --max_allowed_packet=3250585600
environment:
MYSQL_ROOT_PASSWORD: "{{ secret__sunders_db_root_password }}"