Skip to content

Commit

Permalink
chore(deps): update flowiseai/flowise docker tag to v2.2.3 (#6089)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent d2002f5 commit e370bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/flowise/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8009,
"id": "flowise",
"tipi_version": 37,
"version": "2.2.2",
"tipi_version": 38,
"version": "2.2.3",
"categories": ["ai", "automation"],
"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.",
"short_desc": "Build LLM Apps Easily",
Expand Down Expand Up @@ -74,5 +74,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1733852214000
"updated_at": 1734964896000
}
2 changes: 1 addition & 1 deletion apps/flowise/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
flowise:
image: flowiseai/flowise:2.2.2
image: flowiseai/flowise:2.2.3
restart: unless-stopped
entrypoint: /bin/sh -c "sleep 3; flowise start"
container_name: flowise
Expand Down

0 comments on commit e370bd0

Please sign in to comment.