From d69f277eb7b9d22acf2c2c4de4ef2aa7bc0cec67 Mon Sep 17 00:00:00 2001 From: anastasia prasolova Date: Wed, 17 Jun 2020 18:56:06 +0300 Subject: [PATCH] NSPCC-1111 update neofs-cli version in image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f9a8c3..4a8c9b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.6 ENV WD / -ENV NEOFSCLI_VERSION '0.8.0' +ENV NEOFSCLI_VERSION '0.8.2' RUN apt-get update \ && pip3 install robotframework==3.2.1