From 843c4644b87e5098a4c77e9145af00d897c57a4d Mon Sep 17 00:00:00 2001 From: goldbillka Date: Tue, 19 Aug 2025 15:32:53 +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 f0cbdd8..f9505a9 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,4 +1,4 @@ -ARG N8N_VERSION=1.82.3 +ARG N8N_VERSION=1.107.3 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root RUN apk add --no-cache --update jq bash