From fb875390a0b8e3ad2173b3e8dcec87ed21dc3c22 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Thu, 18 Jun 2026 10:11:13 +0300 Subject: [PATCH] Update hass-n8n/Dockerfile --- hass-n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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