Merge pull request #99 from meienberger/renovate/n8nio-n8n-0.x

chore(deps): update n8nio/n8n docker tag to v0.198.2
This commit is contained in:
Nicolas Meienberger 2022-10-18 19:16:23 +02:00 committed by GitHub
commit 8c548de5f1
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": 3,
"version": "0.197.1",
"tipi_version": 4,
"version": "0.198.2",
"categories": [
"automation"
],

View File

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