Bump Engine version to 18.01

This commit is contained in:
Misty Stanley-Jones 2018-01-11 08:32:17 -08:00 committed by Misty Stanley-Jones
parent 95d7ea7418
commit 6af480f2f2
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"