⬆️ Update mariadb Docker tag to v11 - autoclosed #157

Closed
renovatebot wants to merge 1 commit from renovate/mariadb-11.x into main

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