A few days ago, Docker released a new Docker Engine Enterprise edition version for Windows Server 2016 and 2019.
Version 18.09
The new version offers many new features and improvements to the Docker EE engine including bug fixes and security patches.
It is highly recommended to use and run the latest Docker version for best performance and optimization.
Update
To update to the latest version (18.09) I will use the command below on my Windows Server.
Install-Package -Name docker -ProviderName DockerMSFTProvider -RequiredVersion 18.09 -force

After install I will restart the docker service and run get version to check that the update was successful
Restart-service docker
Docker version
