diff --git a/Apps/n8n/config.json b/Apps/n8n/config.json index 286d53db2..2e63c8879 100644 --- a/Apps/n8n/config.json +++ b/Apps/n8n/config.json @@ -1,6 +1,6 @@ { "id": "n8n", - "version": "1.42.1", + "version": "1.43.0", "image": "n8nio/n8n", "youtube": "", "docs_link": "", diff --git a/Apps/n8n/docker-compose.yml b/Apps/n8n/docker-compose.yml index 0f6fcfdb2..c91ec1286 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.42.1 # Docker image and version to use for n8n + image: n8nio/n8n:1.43.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