From 2578b4f7b6bd16c41f0c73ed8e491ee8efdb52e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Thu, 26 Jan 2023 12:10:58 +0100 Subject: [PATCH] increased number to a stable version 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 3597f6b..43eef33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: command: mongod restart: always tarantool: - image: tarantool/tarantool:2.10.0-beta1 + image: tarantool/tarantool:2.10.4 ports: - "5200:5200" - "3301:3301"