From cb89d42ced5f16ef6a180e4d674835ea8683973a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Thu, 26 Jan 2023 12:03:58 +0100 Subject: [PATCH] upgraded tarantool to support M1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 746af3e..3597f6b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: command: mongod restart: always tarantool: - image: tarantool/tarantool:2.8.3 + image: tarantool/tarantool:2.10.0-beta1 ports: - "5200:5200" - "3301:3301"