From 9fca22aed5bb19a95bdef59e8a54f0c0a7b3962e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:38:10 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v2.2.2 (#5915) --- apps/flowise/config.json | 6 +++--- apps/flowise/docker-compose.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/flowise/config.json b/apps/flowise/config.json index 0529c2916c..8d26983003 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 36, - "version": "2.2.1", + "tipi_version": 37, + "version": "2.2.2", "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", @@ -74,5 +74,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1732890404000 + "updated_at": 1733852214000 } diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index ca78f121c2..bde14a96d6 100644 --- a/apps/flowise/docker-compose.yml +++ b/apps/flowise/docker-compose.yml @@ -1,7 +1,7 @@ version: '3.7' services: flowise: - image: flowiseai/flowise:2.2.1 + image: flowiseai/flowise:2.2.2 restart: unless-stopped entrypoint: /bin/sh -c "sleep 3; flowise start" container_name: flowise