mirror of https://github.com/docker/docs.git
Bump Engine version to 18.01
This commit is contained in:
parent
95d7ea7418
commit
6af480f2f2
|
@ -20,7 +20,7 @@ exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks"]
|
|||
|
||||
docker_ce_stable_version: "17.12"
|
||||
latest_stable_docker_engine_api_version: "1.35"
|
||||
docker_ce_edge_version: "17.12"
|
||||
docker_ce_edge_version: "18.01"
|
||||
docker_ee_version: "17.06"
|
||||
compose_version: "1.18.0"
|
||||
machine_version: "0.13.0"
|
||||
|
|
|
@ -31,7 +31,7 @@ sed -i "s/{{ site.latest_stable_docker_engine_api_version }}/$latest_stable_dock
|
|||
# Engine stable
|
||||
ENGINE_SVN_BRANCH="branches/17.12"
|
||||
ENGINE_BRANCH="17.12"
|
||||
ENGINE_EDGE_BRANCH="17.12"
|
||||
ENGINE_EDGE_BRANCH="18.01"
|
||||
|
||||
# Distribution
|
||||
DISTRIBUTION_SVN_BRANCH="branches/release/2.6"
|
||||
|
|
Loading…
Reference in New Issue