Skip to content

Commit

Permalink
chore(deps): update ghcr.io/cheshire-cat-ai/core docker tag to v1.8.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent d6fa699 commit 7bcbb39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/cheshire-cat-ai/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": 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": 8,
"version": "1.8.0",
"tipi_version": 9,
"version": "1.8.1",
"categories": ["ai"],
"short_desc": "A production-ready AI framework to develop AI agents.",
"author": "pieroit",
Expand All @@ -17,6 +17,6 @@
"url_suffix": "/admin",
"supported_architectures": ["amd64", "arm64"],
"created_at": 1691943801422,
"updated_at": 1737554438000,
"updated_at": 1738087287000,
"$schema": "../app-info-schema.json"
}
2 changes: 1 addition & 1 deletion apps/cheshire-cat-ai/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"services": [
{
"name": "cheshire-cat-ai",
"image": "ghcr.io/cheshire-cat-ai/core:1.8.0",
"image": "ghcr.io/cheshire-cat-ai/core:1.8.1",
"isMain": true,
"internalPort": 80,
"environment": {
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.8.0
image: ghcr.io/cheshire-cat-ai/core:1.8.1
container_name: cheshire-cat-ai
ports:
- ${APP_PORT}:80
Expand Down

0 comments on commit 7bcbb39

Please sign in to comment.