Updated addon version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM node:14.15-alpine
|
||||
|
||||
ARG N8N_VERSION=0.168.2
|
||||
ARG N8N_VERSION=0.169.0
|
||||
|
||||
RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!" ; exit 1; fi
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Hass n8n",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"slug": "hass-n8n",
|
||||
"description": "Self host your n8n instance",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
|
||||
Reference in New Issue
Block a user