chore(deps): update n8nio/n8n docker tag to v0.237.0 (#1021)

This commit is contained in:
renovate[bot] 2023-08-17 20:00:33 +00:00 committed by GitHub
parent 272c4a8539
commit 7f6da9b949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8094, "port": 8094,
"id": "n8n", "id": "n8n",
"tipi_version": 22, "tipi_version": 23,
"version": "0.236.3", "version": "0.237.0",
"categories": [ "categories": [
"automation" "automation"
], ],

View File

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