Compare commits

..

1 Commits

Author SHA1 Message Date
goldbillka 8e8da0a135 Update hass-n8n/config.json 2025-03-14 23:35:16 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG N8N_VERSION=1.82.3
ARG N8N_VERSION=1.72.1
FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION}
USER root
RUN apk add --no-cache --update jq bash
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Hass n8n",
"version": "1.72.1",
"version": "1.82.3",
"slug": "hass-n8n",
"description": "Self host your n8n instance",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],