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
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