From f585f4079104e24c5c0bfd2c16755e2a08ace85c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:54:48 +0000 Subject: [PATCH] chore(deps): update n8nio/n8n docker tag to v0.234.0 (#732) --- apps/n8n/config.json | 4 ++-- apps/n8n/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/n8n/config.json b/apps/n8n/config.json index 3682f718..e56cf658 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 16, - "version": "0.233.1", + "tipi_version": 17, + "version": "0.234.0", "categories": [ "automation" ], diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index ff230ff5..14c6598b 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.233.1 + image: n8nio/n8n:0.234.0 restart: unless-stopped ports: - ${APP_PORT}:5678