From 13004b9ed1b4f188720a4e3e828f8e8430f529d2 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 19 Jan 2017 16:54:44 -0800 Subject: [PATCH] Take docker/docker references from master --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57984b8e307..1a1b5f38db4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . md_source # then nuke the md_source directory. ## Branch to pull from, per ref doc -ENV ENGINE_BRANCH="17.03.x" +ENV ENGINE_BRANCH="17.04.x" ENV DISTRIBUTION_BRANCH="release/2.6" RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \