chore(deps): update n8nio/n8n docker tag to v0.224.1 (#348)
* chore(deps): update n8nio/n8n docker tag to v0.224.1 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
parent
a1ddc4d347
commit
84a4d020f8
|
@ -5,9 +5,11 @@
|
|||
"exposable": true,
|
||||
"port": 8094,
|
||||
"id": "n8n",
|
||||
"tipi_version": 11,
|
||||
"version": "0.221.2",
|
||||
"categories": ["automation"],
|
||||
"tipi_version": 12,
|
||||
"version": "0.224.1",
|
||||
"categories": [
|
||||
"automation"
|
||||
],
|
||||
"description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.",
|
||||
"short_desc": "Workflow Automation Tool. Alternative to Zapier",
|
||||
"author": "n8n.io",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
n8n:
|
||||
container_name: n8n
|
||||
image: n8nio/n8n:0.221.2
|
||||
image: n8nio/n8n:0.224.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:5678
|
||||
|
|
Loading…
Reference in New Issue
Block a user