mirror of https://github.com/docker/docs.git
Fix Engine Archive (#9137)
This commit is contained in:
parent
97a62152de
commit
34a5459e31
|
@ -20,8 +20,8 @@ exclude: ["_scripts", "apidocs/layouts", "Gemfile", "hooks", "index.html", "404.
|
||||||
# You can't have - characters in these for non-YAML reasons
|
# You can't have - characters in these for non-YAML reasons
|
||||||
|
|
||||||
latest_engine_api_version: "1.40"
|
latest_engine_api_version: "1.40"
|
||||||
docker_ce_version: "19.03.1"
|
docker_ce_version: "19.03"
|
||||||
docker_ee_version: "19.03.1"
|
docker_ee_version: "19.03"
|
||||||
compose_version: "1.24.1"
|
compose_version: "1.24.1"
|
||||||
compose_file_v3: "3.7"
|
compose_file_v3: "3.7"
|
||||||
compose_file_v2: "2.4"
|
compose_file_v2: "2.4"
|
||||||
|
@ -111,7 +111,7 @@ defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: "install"
|
path: "install"
|
||||||
values:
|
values:
|
||||||
win_latest_build: "docker-19.03.0"
|
win_latest_build: "docker-19.03.1"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter"
|
path: "datacenter"
|
||||||
values:
|
values:
|
||||||
|
|
Loading…
Reference in New Issue