From 00a8b144b10f06b3e694c5f9c7e20aa3dea8d273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:32:02 +0000 Subject: [PATCH] chore(deps): update flowiseai/flowise docker tag to v1.6.4 (#3108) --- 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 6ddee451..48f56a97 100644 --- a/apps/flowise/config.json +++ b/apps/flowise/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8009, "id": "flowise", - "tipi_version": 9, - "version": "1.6.3", + "tipi_version": 10, + "version": "1.6.4", "categories": [ "ai", "automation" diff --git a/apps/flowise/docker-compose.yml b/apps/flowise/docker-compose.yml index 3fead4af..f1b7fd8d 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.3 + image: flowiseai/flowise:1.6.4 restart: unless-stopped command: /bin/sh -c "sleep 3; flowise start" container_name: flowise