From 4cea5dbe3d18bb7d0b7281fc09f12852fd78b5b2 Mon Sep 17 00:00:00 2001 From: Dmitriy Biloshytskiy Date: Wed, 23 Mar 2022 11:37:08 +0200 Subject: [PATCH] Updated addon version --- hass-n8n/Dockerfile | 2 +- hass-n8n/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index 9d5ba0e..c64c4b3 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -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 diff --git a/hass-n8n/config.json b/hass-n8n/config.json index 2da7fae..34f8907 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -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"],