Compare commits

..
Author SHA1 Message Date
f68a38c762 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
2026-06-01 23:46:49 +00:00

View file

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