mirror of https://github.com/docker/docs.git
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:
parent
a0362f6964
commit
4197fd8268
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue