From 03f31d5f5f2c4ba9500dc835422c796d4ad1faa1 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Tue, 23 Dec 2025 13:11:23 +0200 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 7cba8b9..639db9f 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,4 +1,4 @@ -ARG N8N_VERSION=1.122.2 +ARG N8N_VERSION=2.1.1 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root RUN apk add --no-cache --update jq bash