From 18ee2812b976ec339ca922b0113ca14744afc236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:14:25 +0000 Subject: [PATCH] chore(deps): update n8nio/n8n docker tag to v0.236.3 (#866) --- 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 ff99be0c..b4909e90 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 21, - "version": "0.236.2", + "tipi_version": 22, + "version": "0.236.3", "categories": [ "automation" ], diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index ceb76953..090412ed 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.236.2 + image: n8nio/n8n:0.236.3 restart: unless-stopped ports: - ${APP_PORT}:5678