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"],