From 86f4d11839a366d29c1bda570fa3d4c4a8bae7d4 Mon Sep 17 00:00:00 2001 From: Niklas Wik Date: Thu, 13 Dec 2018 20:50:41 -0800 Subject: [PATCH] Update required docker as multi build with FROM as used which is introduced in Docker 17.05 (#6530) Signed-off-by: Niklas Wik --- docs/compile_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compile_guide.md b/docs/compile_guide.md index e09cfebea..34603131b 100644 --- a/docs/compile_guide.md +++ b/docs/compile_guide.md @@ -9,7 +9,7 @@ Harbor is deployed as several Docker containers and most of the code is written Software | Required Version ----------------------|-------------------------- -docker | 1.12.0 + +docker | 17.05 + docker-compose | 1.11.0 + python | 2.7 + git | 1.9.1 +