From 16f8dbb865062343dcbc11c4e076bbf76427907e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 14:12:06 +0000 Subject: [PATCH] chore(deps): update n8nio/n8n docker tag to v0.236.2 (#852) --- 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 d75a5680..ff99be0c 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 20, - "version": "0.236.1", + "tipi_version": 21, + "version": "0.236.2", "categories": [ "automation" ], diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index 14876e4f..ceb76953 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.1 + image: n8nio/n8n:0.236.2 restart: unless-stopped ports: - ${APP_PORT}:5678