Update 'hass-n8n/Dockerfile'

This commit is contained in:
2023-10-20 14:28:24 +00:00
parent ce8dcd2d4c
commit 4e2d7377a6
+1 -1
View File
@@ -1,6 +1,6 @@
FROM node:14.15-alpine
ARG N8N_VERSION=0.169.0
ARG N8N_VERSION=1.11.1
RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!" ; exit 1; fi