Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cheshire-cat-ai/core docker tag to v1.7.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent d83cd18 commit 95be288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/cheshire-cat-ai/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"id": "cheshire-cat-ai",
"description": "The Cheshire Cat is an open-source, hackable and production-ready framework that allows developing intelligent personal AI assistant agents on top of Large Language Models (LLM).",
"tipi_version": 4,
"version": "1.6.2",
"tipi_version": 5,
"version": "1.7.0",
"categories": ["ai"],
"short_desc": "A production-ready AI framework to develop AI agents.",
"author": "pieroit",
Expand Down
2 changes: 1 addition & 1 deletion apps/cheshire-cat-ai/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
cheshire-cat-ai:
networks:
- tipi_main_network
image: ghcr.io/cheshire-cat-ai/core:1.6.2
image: ghcr.io/cheshire-cat-ai/core:1.7.0
container_name: cheshire-cat-ai
ports:
- ${APP_PORT}:80
Expand Down

0 comments on commit 95be288

Please sign in to comment.