From b60d16dce1167ba92bc6d03bcac0ee5a98195ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=A1=D0=BA=D1=83=D0=BB=D1=8C=D1=81=D0=BA=D0=B0=D1=8F?= Date: Thu, 31 Oct 2024 16:45:15 +0300 Subject: [PATCH] manticoresearch/manticore:dev --- .github/workflows/ci.yml | 4 ++-- docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 698d7f7c..83ff15d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: services: manticoresearch-manticore: - image: manticoresearch/manticore:5.0.2 + image: manticoresearch/manticore:dev env: EXTRA: 1 ports: - 9308:9308 manticoresearch-manticore-2: - image: manticoresearch/manticore:5.0.2 + image: manticoresearch/manticore:dev env: EXTRA: 1 ports: diff --git a/docker-compose.yml b/docker-compose.yml index 88b2f640..b34654e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,13 +25,13 @@ services: - .:/var/www manticoresearch-manticore: - image: manticoresearch/manticore:5.0.2 + image: manticoresearch/manticore:dev expose: - 9306 - 9312 manticoresearch-manticore-2: - image: manticoresearch/manticore:5.0.2 + image: manticoresearch/manticore:dev expose: - 9306 - 9312