diff --git a/docker-compose.yml b/docker-compose.yml index 6b3ef5d..b435df8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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@sha256:946b4396bf3ad801c7d66a20248f4d409e315356877f50b8b3699d4a815793a9" + image: "ghcr.io/ohf-voice/linux-voice-assistant:latest@sha256:b6025e24f48bf150def1f7d8a5f01cf44eca88452c9cf942fed3600210021986" entrypoint: [] command: "chown -R ${LVA_USER_ID}:${LVA_USER_GROUP} /app/local /app/configuration /app/wakewords/custom /app/sounds/custom" <<: *lva-env