From 4b6d75780bd86a2351dc4c1430c7156f1927d61b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:09:26 +0000 Subject: [PATCH] chore(deps): bump music-assistant/server in /homeassistant Bumps [music-assistant/server](https://github.com/music-assistant/server) from 2.7.7 to 2.7.8. - [Release notes](https://github.com/music-assistant/server/releases) - [Commits](https://github.com/music-assistant/server/compare/2.7.7...2.7.8) --- updated-dependencies: - dependency-name: music-assistant/server dependency-version: 2.7.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- homeassistant/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/docker-compose.yml b/homeassistant/docker-compose.yml index 4746858..cbf0f6c 100644 --- a/homeassistant/docker-compose.yml +++ b/homeassistant/docker-compose.yml @@ -34,7 +34,7 @@ services: volumes: - $PWD/home-assistant-matter-hub:/data music-assistant: - image: ghcr.io/music-assistant/server:2.7.7 + image: ghcr.io/music-assistant/server:2.7.8 container_name: musicassistant restart: unless-stopped # Network mode must be set to host for MA to work correctly