Update mariadb Docker tag to v12.3.3 #26

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

Update mariadb Docker tag to v12.3.3
Some checks failed
Build (and tag) Images / build (push) Failing after 30s

Renovate 2026-08-24 20:46:50 +00:00

View file

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