From e6aa7e3f50dcfcf5698f26e01fa08bb832e13d3b Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 5 Apr 2017 11:20:49 -0700 Subject: [PATCH] Update distribution version in Dockerfile (#2632) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3741907b4d..57984b8e30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ COPY . md_source ## Branch to pull from, per ref doc ENV ENGINE_BRANCH="17.03.x" -ENV DISTRIBUTION_BRANCH="release/2.5" +ENV DISTRIBUTION_BRANCH="release/2.6" RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend md_source/engine/extend \ && wget -O md_source/engine/api/v1.18.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/api/v1.18.md \