diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 4a35798f50..a82657b53d 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.2.14} + image: manticoresearch/manticore:${MANTICORE_VERSION:-9.3.2} ulimits: nproc: 65535 nofile: diff --git a/.docker/dev/.env.example b/.docker/dev/.env.example index 5ed0ca2169..d822743035 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.2.14 +MANTICORE_VERSION=9.3.2 diff --git a/.docker/dev/compose.yml.example b/.docker/dev/compose.yml.example index 86ceba0beb..6ba2bd7a28 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.2.14} + image: manticoresearch/manticore:${MANTICORE_VERSION:-9.3.2} ports: - 9308:9308 ulimits: diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index dd2814149d..2ce368afea 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -585,7 +585,7 @@ jobs: - 1025:1025 - 8025:8025 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: @@ -735,7 +735,7 @@ jobs: ports: - 6379:6379 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: @@ -959,7 +959,7 @@ jobs: - 1025:1025 - 8025:8025 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: @@ -1058,7 +1058,7 @@ jobs: ports: - 6379:6379 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: @@ -1185,7 +1185,7 @@ jobs: - 1025:1025 - 8025:8025 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index df1b72f752..164470e0c4 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -60,7 +60,7 @@ jobs: - 1025:1025 - 8025:8025 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: @@ -135,7 +135,7 @@ jobs: ports: - 6379:6379 indexer: - image: manticoresearch/manticore:9.2.14 + image: manticoresearch/manticore:9.3.2 ports: - 9308:9308 steps: