From 12e2bb953d3881819630f9af25b393606cfb7f7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:53:14 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v1.4.11 (#2306) --- apps/flowise/config.json | 14 ++++++++++---- apps/flowise/docker-compose.yml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/apps/flowise/config.json b/apps/flowise/config.json index 1fd2f08d..17f4cc0f 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,9 +5,12 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 1, - "version": "1.4.10", - "categories": ["ai", "automation"], + "tipi_version": 2, + "version": "1.4.11", + "categories": [ + "ai", + "automation" + ], "description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.", "short_desc": "Build LLM Apps Easily", "author": "flowise.ai", @@ -72,5 +75,8 @@ "env_variable": "DISABLE_FLOWISE_TELEMETRY" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index 2b4937c7..2ede0a64 100644 --- a/apps/flowise/docker-compose.yml +++ b/apps/flowise/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: flowise: - image: flowiseai/flowise:1.4.10 + image: flowiseai/flowise:1.4.11 restart: unless-stopped command: /bin/sh -c "sleep 3; flowise start" container_name: flowise