Browse Source

Update n8n to version n8n@1.63.4 (#1681)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
f0ffa1510c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      n8n/docker-compose.yml
  2. 5
      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.62.6@sha256:256f7e0f976f9d1ba8d17ff1db995047b5116face548507cc7c399fde66828b7
image: n8nio/n8n:1.63.4@sha256:30b489c3328ebe8251e1a0509e9b7aeda72a170440e2d07196149e4556c0ee0f
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n

5
n8n/umbrel-app.yml

@ -2,10 +2,9 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.62.6"
version: "1.63.4"
releaseNotes: >-
This update includes bug fixes and improvements, such as:
- Fixed an issue with node wrapping for tool use
This is a small bugfix release.
Full release notes are found at https://github.com/n8n-io/n8n/releases

Loading…
Cancel
Save