From 4b1ad96a5e38ce5f3da1b11425891cb3bbd948c1 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Tue, 4 Nov 2025 09:46:17 +0200 Subject: [PATCH] Update n8n version. Install claude code --- hass-n8n/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index f9505a9..eea7b7d 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,7 +1,8 @@ -ARG N8N_VERSION=1.107.3 +ARG N8N_VERSION=1.118.1 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root RUN apk add --no-cache --update jq bash +RUN npm install -g @anthropic-ai/claude-code WORKDIR /data COPY docker-entrypoint.sh /tmp/docker-entrypoint.sh ENTRYPOINT ["bash", "/tmp/docker-entrypoint.sh"]