Updated addon version

This commit is contained in:
Dmitriy Biloshytskiy
2022-03-23 11:37:08 +02:00
parent 259fc4a179
commit 4cea5dbe3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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