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:
renovate[bot] 2023-06-10 13:33:56 +02:00 committed by GitHub
parent 0a77e54cb7
commit c44c07f970
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,
"port": 8094,
"id": "n8n",
"tipi_version": 13,
"version": "0.229.0",
"tipi_version": 14,
"version": "0.232.0",
"categories": [
"automation"
],

View File

@ -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