From 6a9690fe3c4e26d3b2a805f1ab29010b9fd8de4d Mon Sep 17 00:00:00 2001 From: Nicholas Penree Date: Mon, 9 Dec 2024 22:57:32 -0500 Subject: [PATCH] chore: update n8n template to 1.70.3 --- apps/dokploy/templates/n8n/docker-compose.yml | 2 +- apps/dokploy/templates/templates.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/n8n/docker-compose.yml b/apps/dokploy/templates/n8n/docker-compose.yml index f8fb1f169..d810fa333 100644 --- a/apps/dokploy/templates/n8n/docker-compose.yml +++ b/apps/dokploy/templates/n8n/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: n8n: - image: docker.n8n.io/n8nio/n8n:1.48.1 + image: docker.n8n.io/n8nio/n8n:1.70.3 restart: always environment: - N8N_HOST=${N8N_HOST} diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 79d0b4794..84a6df249 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -155,7 +155,7 @@ export const templates: TemplateData[] = [ { id: "n8n", name: "n8n", - version: "1.48.1", + version: "1.70.3", description: "n8n is an open source low-code platform for automating workflows and integrations.", logo: "n8n.png",