From 98aa0bcf2101f8553560abea046748de02c29378 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 05:40:47 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v1.6.5 (#3152) --- 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 48f56a97..cbebbdf2 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 10, - "version": "1.6.4", + "tipi_version": 11, + "version": "1.6.5", "categories": [ "ai", "automation" diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index f1b7fd8d..ad31e968 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.4 + image: flowiseai/flowise:1.6.5 restart: unless-stopped command: /bin/sh -c "sleep 3; flowise start" container_name: flowise