chore(deps): update mariadb docker tag to v12.1.2
Some checks failed
images.yml / chore(deps): update mariadb docker tag to v12.1.2 (pull_request) Failing after 0s
images.yml / chore(deps): update mariadb docker tag to v12.1.2 (push) Failing after 0s

This commit is contained in:
Renovate 2026-01-07 17:18:50 +00:00
commit 6d62dc3b39

View file

@ -1,6 +1,6 @@
services:
db:
image: mariadb:12.0.2
image: mariadb:12.1.2
command: --max_allowed_packet=3250585600
environment:
MYSQL_ROOT_PASSWORD: rootpassword # ${{secrets.MYSQL_ROOT_PASSWORD}}