From 65c947b9cbc85cfb73c076c468b1593c947590e3 Mon Sep 17 00:00:00 2001 From: johackim Date: Sun, 14 Jan 2024 12:53:56 +0100 Subject: [PATCH] feat: update n8n --- stacks/n8n.yml | 2 +- templates.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/n8n.yml b/stacks/n8n.yml index 32a261b8..285a3d61 100644 --- a/stacks/n8n.yml +++ b/stacks/n8n.yml @@ -4,7 +4,7 @@ version: '3.8' services: n8n: - image: n8nio/n8n:${VERSION:-1.2.1} + image: n8nio/n8n:${VERSION:-1.22.6} environment: - NODE_ENV=production - N8N_PROTOCOL=${SCHEME:-https} diff --git a/templates.json b/templates.json index b21846ca..c26d1383 100644 --- a/templates.json +++ b/templates.json @@ -1657,7 +1657,7 @@ { "name": "SMTP_PORT", "label": "SMTP Port", - "value": 587, + "value": "587", "type": "number" }, {