diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index 6bff786..9d5ba0e 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,6 +1,6 @@ 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 diff --git a/hass-n8n/config.json b/hass-n8n/config.json index 7e5afd1..24c8535 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "0.0.2", + "version": "0.0.3", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -21,7 +21,7 @@ "auth": false, "auth_username": "", "auth_password": "", - "timezone": "Europe/Berlin", + "timezone": "Europe/Kiev", "protocol": "http", "certfile": "fullchain.pem", "keyfile": "privkey.pem"