From 6d1b36530c4816e4f5a7bf23a856dd6558415277 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Sat, 24 Feb 2024 09:40:00 +0000 Subject: [PATCH] Updated n8n image to 1.30.1 --- hass-n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index 33b60cf..3257569 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,4 +1,4 @@ -ARG N8N_VERSION=ai-beta +ARG N8N_VERSION=1.30.1 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root RUN apk add --no-cache --update jq bash