Browse Source

Update n8n to n8n@1.55.3 (#1390)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
dfb3d04439
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      n8n/docker-compose.yml
  2. 4
      n8n/umbrel-app.yml

2
n8n/docker-compose.yml

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server:
image: n8nio/n8n:1.54.2@sha256:70aa77144a7acd68d07ecc5a4734df818b00246cdd51ae31151567c9cae7d337
image: n8nio/n8n:1.55.3@sha256:e99ffa516dbb6af0ed771872c538bbb2eecc94a76e1860e14f41a3d790e7ef54
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

4
n8n/umbrel-app.yml

@ -2,9 +2,9 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.54.2"
version: "1.55.3"
releaseNotes: >-
This update fixes issues with some AI Agent Node tools not populating correctly.
This update includes bug fixes for XSS validation and URL validation.
Full release notes are found at https://github.com/n8n-io/n8n/releases.

Loading…
Cancel
Save