From a1146f25ad0fdf1954d4ce25b322de31fafd5c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 14:21:48 +0000 Subject: [PATCH] chore(deps): update n8nio/n8n docker tag to v0.202.1 (#156) * chore(deps): update n8nio/n8n docker tag to v0.202.1 * Update app version Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/n8n/config.json | 8 +++++--- apps/n8n/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/n8n/config.json b/apps/n8n/config.json index 60279230..1b9363a9 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 8, - "version": "0.201.0", - "categories": ["automation"], + "tipi_version": 9, + "version": "0.202.1", + "categories": [ + "automation" + ], "description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.", "short_desc": "Workflow Automation Tool. Alternative to Zapier", "author": "n8n.io", diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index 871279b2..e416e74d 100644 --- a/apps/n8n/docker-compose.yml +++ b/apps/n8n/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: n8n: container_name: n8n - image: n8nio/n8n:0.201.0 + image: n8nio/n8n:0.202.1 restart: unless-stopped ports: - ${APP_PORT}:5678