From 4063fbbfabeb1a698a9e501a3fc6e351f205247c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:06:12 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v1.6.3 (#3046) --- 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 bbd66534..6ddee451 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 8, - "version": "1.6.2", + "tipi_version": 9, + "version": "1.6.3", "categories": [ "ai", "automation" diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index 73760bd3..3fead4af 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.2 + image: flowiseai/flowise:1.6.3 restart: unless-stopped command: /bin/sh -c "sleep 3; flowise start" container_name: flowise