chore(deps): update n8nio/n8n docker tag to v0.202.1 (#156)

* chore(deps): update n8nio/n8n docker tag to v0.202.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:
renovate[bot] 2022-11-12 14:21:48 +00:00 committed by GitHub
parent dd573504c6
commit a1146f25ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8094, "port": 8094,
"id": "n8n", "id": "n8n",
"tipi_version": 8, "tipi_version": 9,
"version": "0.201.0", "version": "0.202.1",
"categories": ["automation"], "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.", "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", "short_desc": "Workflow Automation Tool. Alternative to Zapier",
"author": "n8n.io", "author": "n8n.io",

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
n8n: n8n:
container_name: n8n container_name: n8n
image: n8nio/n8n:0.201.0 image: n8nio/n8n:0.202.1
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:5678 - ${APP_PORT}:5678