From 4f7a5e0d63f597470cbfb36a65e0afa5654072e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 00:35:00 +0000 Subject: [PATCH] chore(deps): update n8nio/n8n docker tag to v1.42.0 (#577) --- Apps/n8n/config.json | 2 +- Apps/n8n/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/n8n/config.json b/Apps/n8n/config.json index 18563bc04..0097113c0 100644 --- a/Apps/n8n/config.json +++ b/Apps/n8n/config.json @@ -1,6 +1,6 @@ { "id": "n8n", - "version": "1.41.0", + "version": "1.42.0", "image": "n8nio/n8n", "youtube": "", "docs_link": "", diff --git a/Apps/n8n/docker-compose.yml b/Apps/n8n/docker-compose.yml index 0e5707878..d75f02492 100644 --- a/Apps/n8n/docker-compose.yml +++ b/Apps/n8n/docker-compose.yml @@ -5,7 +5,7 @@ services: # Service configuration for the n8n application app: container_name: n8n # Name of the n8n container - image: n8nio/n8n:1.41.0 # Docker image and version to use for n8n + image: n8nio/n8n:1.42.0 # Docker image and version to use for n8n restart: unless-stopped # Restart policy: Restart unless manually stopped ports: - 5678:5678 # Port mapping between host and container