From cf5a1d9306cbad99838549e4283ae68e15b81404 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 28 Feb 2026 22:06:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Renovate:=20Pin=20ghcr.io/ohf-vo?= =?UTF-8?q?ice/linux-voice-assistant=20Docker=20tag=20to=20784b38d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d2d5b25..21ad20b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -118,7 +118,7 @@ services: - /var/run/docker.sock:/var/run/docker.sock linux-voice-assistant: container_name: linux-voice-assistant - image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.5 + image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.5@sha256:784b38dc2630a6afe993ca783c279c614185c64dc6bb3b01b21a4712a28124aa restart: unless-stopped network_mode: "host" user: "${LVA_USER_ID}:${LVA_USER_GROUP}" @@ -154,7 +154,7 @@ services: start_period: 90s lva-fix-permissions: container_name: lva-fix-permissions - image: "ghcr.io/ohf-voice/linux-voice-assistant:latest" + image: "ghcr.io/ohf-voice/linux-voice-assistant:latest@sha256:784b38dc2630a6afe993ca783c279c614185c64dc6bb3b01b21a4712a28124aa" entrypoint: [] command: "chown -R ${LVA_USER_ID}:${LVA_USER_GROUP} /app/local /app/configuration /app/wakewords/custom /app/sounds/custom" <<: *lva-env -- 2.52.0