From c7fb4d8166ec3ad7e9d53e31483b033188f1bb81 Mon Sep 17 00:00:00 2001 From: Vitor Leonel Date: Fri, 25 Jul 2025 03:45:53 -0300 Subject: [PATCH] chore: bump n8n version to 1.104.0 (#241) --- blueprints/n8n/docker-compose.yml | 2 +- meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/n8n/docker-compose.yml b/blueprints/n8n/docker-compose.yml index 33594cb5..1e7d2371 100644 --- a/blueprints/n8n/docker-compose.yml +++ b/blueprints/n8n/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.8" services: n8n: - image: docker.n8n.io/n8nio/n8n:1.83.2 + image: docker.n8n.io/n8nio/n8n:1.104.0 restart: always environment: - N8N_HOST=${N8N_HOST} diff --git a/meta.json b/meta.json index 766fee54..b4900376 100644 --- a/meta.json +++ b/meta.json @@ -433,7 +433,7 @@ { "id": "n8n", "name": "n8n", - "version": "1.83.2", + "version": "1.104.0", "description": "n8n is an open source low-code platform for automating workflows and integrations.", "logo": "n8n.png", "links": {