Compare commits

..
Author SHA1 Message Date
20c48371b4 Update mariadb Docker tag to v13
Some checks failed
/ Ansible Lint (push) Failing after 21s
/ build (pull_request) Successful in 31s
/ Ansible Lint (pull_request) Failing after 22s
2026-09-22 14:16:27 +00:00

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 }}"