From 4e2d7377a6f0447d286a387f83ed09be461008e1 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Fri, 20 Oct 2023 14:28:24 +0000 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 c64c4b3..e0ac642 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,6 +1,6 @@ FROM node:14.15-alpine -ARG N8N_VERSION=0.169.0 +ARG N8N_VERSION=1.11.1 RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!" ; exit 1; fi