chore(deps): update n8nio/n8n docker tag to v0.232.0 (#671)
* chore(deps): update n8nio/n8n docker tag to v0.232.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:
parent
0a77e54cb7
commit
c44c07f970
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8094,
|
||||
"id": "n8n",
|
||||
"tipi_version": 13,
|
||||
"version": "0.229.0",
|
||||
"tipi_version": 14,
|
||||
"version": "0.232.0",
|
||||
"categories": [
|
||||
"automation"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
n8n:
|
||||
container_name: n8n
|
||||
image: n8nio/n8n:0.230.2
|
||||
image: n8nio/n8n:0.232.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:5678
|
||||
|
|
Loading…
Reference in New Issue
Block a user