diff --git a/Dockerfile b/Dockerfile index ce07739..5a49514 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ FROM node:${NODE_VERSION}-slim AS base # Configure pnpm installation directory and ensure it is on PATH ENV PNPM_HOME="/pnpm" ENV PATH="$PNPM_HOME:$PATH" +ENV HOME="/app" # Install required system packages and pnpm, then clean up the apt cache for a smaller image # ca-certificates: enables TLS/SSL for securely fetching dependencies and calling HTTPS services diff --git a/package.json b/package.json index eda6c56..3387a87 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "vitest": "^4.1.4" }, "dependencies": { - "@livekit/agents": "^1.4.0", - "@livekit/agents-plugin-livekit": "^1.4.0", - "@livekit/agents-plugin-silero": "^1.4.0", + "@livekit/agents": "^1.4.1", + "@livekit/agents-plugin-livekit": "^1.4.1", + "@livekit/agents-plugin-silero": "^1.4.1", "@livekit/plugins-ai-coustics": "^0.2.12", "dotenv": "^17.4.1", "zod": "^3.25.76"