From 0f96f3e9ba00fae0dd94817b61feb3a9b9b7b71a Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Fri, 19 Feb 2021 14:43:10 +0100 Subject: Update build guide in regard of docker engine version Change-Id: I559ca429ca4701da4508e724069f62368cac263b Issue-ID: OOM-2686 Signed-off-by: Bartek Grzybowski --- docs/BuildGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/BuildGuide.rst') diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index e2215c11..fd788c84 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -61,7 +61,7 @@ Subsequent steps are the same on both platforms: :: # install following packages - yum install -y docker-ce-18.09.5 git createrepo expect nodejs npm jq + yum install -y docker-ce-19.03.15 git createrepo expect nodejs npm jq # install Python 3 yum install -y python36 python36-pip -- cgit 1.2.3-korg