chore(deps): update mariadb docker tag to v12.1

This commit is contained in:
2025-11-21 01:51:47 +00:00
parent b9b401ae18
commit e6384001b3

View File

@ -7,7 +7,7 @@ services:
- MYSQL_PASSWORD_FILE=/run/secrets/db_password
db:
image: "mariadb:12.0"
image: "mariadb:12.1"
environment:
- MYSQL_DATABASE=nextcloud
- MYSQL_USER=nextcloud