Build Docker CLI for Windows from upstream repo https://github.com/docker/cli and publish the docker.exe
to GitHub releases https://github.com/cvila84/docker-cli-builder/releases.
You need a Windows 10 pro or entreprise with version 1903, with windows container activated to perform this build
docker build -t cvila84/docker-cli-builder .
Using docker create allows to copy the files without starting the container
docker create cvila84/docker-cli-builder
docker cp <id>:C:\gopath\src\github.com\docker\cli\build\docker.exe .