Update dockerfile vnext (#874)

* Merge pull request #731 from mstanleyjones/distribution_docs_from_upstream

Pull distribution reference docs from upstream repo

* Bump Engine ref docs branch to 1.13.x

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
Misty Stanley-Jones 2016-12-13 15:27:01 -08:00 committed by Misty Stanley-Jones
parent a0362f6964
commit 4197fd8268
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN git clone https://www.github.com/docker/docker.github.io temp; \
COPY . allv
## Branch to pull from, per ref doc
ENV ENGINE_BRANCH="1.12.x"
ENV ENGINE_BRANCH="1.13.x"
ENV DISTRIBUTION_BRANCH="release/2.5"
# The statements below pull reference docs from upstream locations,