From dac144e1d415761136e131723a92e5ae3ca7ba05 Mon Sep 17 00:00:00 2001 From: czlonkowski Date: Wed, 21 Jan 2026 09:39:19 +0100 Subject: [PATCH] fix: update n8n-workflow version in Dockerfile for icon type support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Docker build was using n8n-workflow@^1.96.0 which doesn't have the new 'icon' NodePropertyType. Updated to n8n-workflow@^2.4.2 to match the project's package.json version. Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6963048..a18c436 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/root/.npm \ echo '{}' > package.json && \ npm install --no-save typescript@^5.8.3 @types/node@^22.15.30 @types/express@^5.0.3 \ @modelcontextprotocol/sdk@1.20.1 dotenv@^16.5.0 express@^5.1.0 axios@^1.10.0 \ - n8n-workflow@^1.96.0 uuid@^11.0.5 @types/uuid@^10.0.0 \ + n8n-workflow@^2.4.2 uuid@^11.0.5 @types/uuid@^10.0.0 \ openai@^4.77.0 zod@3.24.1 lru-cache@^11.2.1 @supabase/supabase-js@^2.57.4 # Copy source and build