chore(deps): update flowiseai/flowise docker tag to v1.4.12 (#2356)

This commit is contained in:
renovate[bot] 2024-01-31 15:57:29 +00:00 committed by GitHub
parent 8ddb565088
commit a8140c62b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8009,
"id": "flowise",
"tipi_version": 2,
"version": "1.4.11",
"tipi_version": 3,
"version": "1.4.12",
"categories": [
"ai",
"automation"

View File

@ -2,7 +2,7 @@ version: '3.7'
services:
flowise:
image: flowiseai/flowise:1.4.11
image: flowiseai/flowise:1.4.12
restart: unless-stopped
command: /bin/sh -c "sleep 3; flowise start"
container_name: flowise