⬆️ Update mariadb Docker tag to v11
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Has been skipped

This commit is contained in:
Renovate Bot 2024-09-04 04:00:50 +00:00
parent a42541bc44
commit 164726ecfe

View file

@ -30,7 +30,7 @@ services:
condition: service_healthy
restart: unless-stopped
db:
image: mariadb:10
image: mariadb:11
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
environment:
MYSQL_ROOT_PASSWORD: $MYSQL_ROOT_PASSWORD