Skip to content

Commit

Permalink
Update n8n to [email protected] (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jan 21, 2025
1 parent 395a424 commit 76ddfcf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"

server:
image: n8nio/n8n:1.73.1@sha256:9caf109e2293557568ab687b9d6c82646250c8ab7dcb20479c8bef9956811b7a
image: n8nio/n8n:1.74.3@sha256:ac1abb469fda6870d971d30259e2e57f1c1d9db17972831d53541c742106a807
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand Down
6 changes: 3 additions & 3 deletions n8n/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.73.1"
version: "1.74.3"
releaseNotes: >-
This update fixes an issue with the OpenAI integration configuration.
This update fixes an issue with the Postgres Chat Memory Node connection handling.
Full release notes are found at https://github.com/n8n-io/n8n/releases
tagline: Build complex workflows, really fast
Expand Down

0 comments on commit 76ddfcf

Please sign in to comment.