From 294da48465e96394700c823f3370c9fe042533f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:27:44 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v1.8.0 (#3541) --- apps/flowise/config.json | 14 ++++---------- apps/flowise/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/flowise/config.json b/apps/flowise/config.json index 6e8b90b4..5fa5c842 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,12 +5,9 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 14, - "version": "1.7.2", - "categories": [ - "ai", - "automation" - ], + "tipi_version": 15, + "version": "1.8.0", + "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", @@ -75,8 +72,5 @@ "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 205adac1..ac44f667 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.7.2 + image: flowiseai/flowise:1.8.0 restart: unless-stopped command: /bin/sh -c "sleep 3; flowise start" container_name: flowise