chore(deps): update MariaDB to v11.8 (LTS)

This commit is contained in:
Daniel Radl 2025-09-24 11:38:07 +02:00
parent 3b55b49cf8
commit 79dff2dd48
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ version: "3.3"
services:
database:
container_name: mariadb-database
image: mariadb:10.6
image: mariadb:11.8
restart: unless-stopped
healthcheck:
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-changeit}

View file

@ -8,7 +8,7 @@ services:
condition: service_healthy
db:
image: mariadb:10.6
image: mariadb:11.8
healthcheck:
test: mysqladmin ping -h localhost --password=${DB_PASSWORD:-123}
interval: 1s