Update n8n version

This commit is contained in:
Dmitriy Biloshytskiy
2022-03-22 10:06:25 +02:00
parent ecf888262c
commit 99d2e1cac2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:14.15-alpine FROM node:14.15-alpine
ARG N8N_VERSION=0.156.0 ARG N8N_VERSION=0.168.2
RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!" ; exit 1; fi RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!" ; exit 1; fi
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "Hass n8n", "name": "Hass n8n",
"version": "0.0.2", "version": "0.0.3",
"slug": "hass-n8n", "slug": "hass-n8n",
"description": "Self host your n8n instance", "description": "Self host your n8n instance",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
@@ -21,7 +21,7 @@
"auth": false, "auth": false,
"auth_username": "", "auth_username": "",
"auth_password": "", "auth_password": "",
"timezone": "Europe/Berlin", "timezone": "Europe/Kiev",
"protocol": "http", "protocol": "http",
"certfile": "fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "privkey.pem" "keyfile": "privkey.pem"