Update mariadb Docker tag to v13 #36

Open
renovate wants to merge 1 commit from renovate/mariadb-13.x into main
Showing only changes of commit 5ffed66449 - Show all commits

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

Renovate 2026-09-16 00:19:37 +00:00

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}}