chore(deps): update n8nio/n8n docker tag to v0.201.0 (#137)

* chore(deps): update n8nio/n8n docker tag to v0.201.0

* 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-09 21:18:38 +00:00 committed by GitHub
parent 695acd1b2b
commit f88ef2dcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
"available": true,
"port": 8094,
"id": "n8n",
"tipi_version": 6,
"version": "0.200.0",
"tipi_version": 7,
"version": "0.201.0",
"categories": [
"automation"
],

View File

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