From 9a005895c6deaa264fcd7965647d7ab1ce9e771f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:19:06 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v1.6.2 (#2882) --- apps/flowise/config.json | 4 ++-- apps/flowise/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/flowise/config.json b/apps/flowise/config.json index d88427b4..bbd66534 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 7, - "version": "1.6.1", + "tipi_version": 8, + "version": "1.6.2", "categories": [ "ai", "automation" diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index eb550fa5..73760bd3 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.6.1 + image: flowiseai/flowise:1.6.2 restart: unless-stopped command: /bin/sh -c "sleep 3; flowise start" container_name: flowise