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