Update mariadb Docker tag to v13
Some checks failed
Build (and tag) Images / build (push) Failing after 16s

This commit is contained in:
Renovate 2026-09-16 00:19:37 +00:00
commit 5ffed66449

View file

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