Compare commits

..
Author SHA1 Message Date
7cf491a816 Update mariadb Docker tag to v12.3.3
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Successful in 4m7s
/ Ansible Lint (push) Successful in 5m29s
2026-09-11 09:01:03 +00:00

View file

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