From 8752a3de1495db578012c6983b93cf2918b69a43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 22:12:05 +0000 Subject: [PATCH] chore(deps): update ghcr.io/cheshire-cat-ai/core docker tag to v1.6.1 (#3393) --- apps/cheshire-cat-ai/config.json | 4 ++-- apps/cheshire-cat-ai/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cheshire-cat-ai/config.json b/apps/cheshire-cat-ai/config.json index a7f75d5c..6a7e4dca 100644 --- a/apps/cheshire-cat-ai/config.json +++ b/apps/cheshire-cat-ai/config.json @@ -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": 2, - "version": "1.6.0", + "tipi_version": 3, + "version": "1.6.1", "categories": [ "ai" ], diff --git a/apps/cheshire-cat-ai/docker-compose.yml b/apps/cheshire-cat-ai/docker-compose.yml index 69c81e13..204fad05 100644 --- a/apps/cheshire-cat-ai/docker-compose.yml +++ b/apps/cheshire-cat-ai/docker-compose.yml @@ -4,7 +4,7 @@ services: cheshire-cat-ai: networks: - tipi_main_network - image: ghcr.io/cheshire-cat-ai/core:1.6.0 + image: ghcr.io/cheshire-cat-ai/core:1.6.1 container_name: cheshire-cat-ai ports: - ${APP_PORT}:80