chore(deps): update mariadb docker tag to v12.1.2 #26

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

chore(deps): update mariadb docker tag to v12.1.2
Some checks failed
images.yml / chore(deps): update mariadb docker tag to v12.1.2 (pull_request) Failing after 0s
images.yml / chore(deps): update mariadb docker tag to v12.1.2 (push) Failing after 0s

Renovate 2026-01-07 17:18:50 +00:00

View file

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