From c44c07f9705eb9987eae5dcd38b02b023c7f7447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:33:56 +0200 Subject: [PATCH] chore(deps): update n8nio/n8n docker tag to v0.232.0 (#671) * chore(deps): update n8nio/n8n docker tag to v0.232.0 * 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 | 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 1c9e55f8..c32f9e41 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8094, "id": "n8n", - "tipi_version": 13, - "version": "0.229.0", + "tipi_version": 14, + "version": "0.232.0", "categories": [ "automation" ], diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index f69d7dde..44221c75 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.230.2 + image: n8nio/n8n:0.232.0 restart: unless-stopped ports: - ${APP_PORT}:5678