From 15db657b1c011a5a644683a1fa7c72fd125544f0 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Tue, 8 Jul 2025 21:42:16 +0800 Subject: [PATCH] chore: bump up manticoresearch/manticore to v10 (#12935) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/toeverything/AFFiNE/pull/12816 #### PR Dependency Tree * **PR #12935** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) ## Summary by CodeRabbit * **Chores** * Updated the default Manticore Search version in development environment configurations from 9.3.2 to 10.1.0. --- .devcontainer/docker-compose.yml | 2 +- .docker/dev/.env.example | 2 +- .docker/dev/compose.yml.example | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index a82657b53d..4180c36709 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -25,7 +25,7 @@ services: image: redis indexer: - image: manticoresearch/manticore:${MANTICORE_VERSION:-9.3.2} + image: manticoresearch/manticore:${MANTICORE_VERSION:-10.1.0} ulimits: nproc: 65535 nofile: diff --git a/.docker/dev/.env.example b/.docker/dev/.env.example index d822743035..07ca6f0082 100644 --- a/.docker/dev/.env.example +++ b/.docker/dev/.env.example @@ -12,4 +12,4 @@ DB_DATABASE_NAME=affine # ELASTIC_PLATFORM=linux/arm64 # manticoresearch -MANTICORE_VERSION=9.3.2 +MANTICORE_VERSION=10.1.0 diff --git a/.docker/dev/compose.yml.example b/.docker/dev/compose.yml.example index d50c87a9f2..2fd052d546 100644 --- a/.docker/dev/compose.yml.example +++ b/.docker/dev/compose.yml.example @@ -26,7 +26,7 @@ services: # https://manual.manticoresearch.com/Starting_the_server/Docker manticoresearch: - image: manticoresearch/manticore:${MANTICORE_VERSION:-9.3.2} + image: manticoresearch/manticore:${MANTICORE_VERSION:-10.1.0} ports: - 9308:9308 ulimits: