Update mariadb Docker tag to v12.3.2
Some checks failed
images.yml / chore(deps): update mariadb docker tag to v12.2.2 (pull_request) Failing after 0s
Build (and tag) Images / build (push) Failing after 1m3s

This commit is contained in:
Renovate 2026-06-01 23:46:49 +00:00
commit f68a38c762

View file

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