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 \