Skip to content

Commit 99ae01d

Browse files
chore(deps): update flowiseai/flowise docker tag to v3.1.3 (#11430)
1 parent 01fdd19 commit 99ae01d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/flowise/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dynamic_config": true,
77
"port": 8009,
88
"id": "flowise",
9-
"tipi_version": 60,
10-
"version": "3.1.2",
9+
"tipi_version": 62,
10+
"version": "3.1.3",
1111
"categories": ["ai", "automation"],
1212
"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.",
1313
"short_desc": "Build LLM Apps Easily",
@@ -75,6 +75,6 @@
7575
],
7676
"supported_architectures": ["arm64", "amd64"],
7777
"created_at": 1691943801422,
78-
"updated_at": 1776320144762,
78+
"updated_at": 1782461088879,
7979
"min_tipi_version": "4.5.0"
8080
}

apps/flowise/docker-compose.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"services": [
33
{
44
"name": "flowise",
5-
"image": "flowiseai/flowise:3.1.2",
5+
"image": "flowiseai/flowise:3.1.3",
66
"isMain": true,
77
"internalPort": 8009,
88
"environment": [

apps/flowise/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
33
flowise:
4-
image: flowiseai/flowise:3.1.2
4+
image: flowiseai/flowise:3.1.3
55
restart: unless-stopped
66
entrypoint: /bin/sh -c "sleep 3; flowise start"
77
container_name: flowise

0 commit comments

Comments
 (0)