diff --git a/_config.yml b/_config.yml index a32a199fc3..204ee830db 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/_scripts/fetch-upstream-resources.sh b/_scripts/fetch-upstream-resources.sh index 63d8ff3138..18f553f8ea 100755 --- a/_scripts/fetch-upstream-resources.sh +++ b/_scripts/fetch-upstream-resources.sh @@ -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"