diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index 1e54adb..87d8ed9 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -33,7 +33,7 @@ RUN npm install -g @anthropic-ai/claude-code # ------------------------------------------------ # 4) Final image (n8n distroless) # ------------------------------------------------ -FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} +FROM n8nio/n8n:${N8N_VERSION} USER root