Configure kubernetes version

Hi,

we are considering migrating from minikube to Docker for Windows for our local dev environments. One of the requirement in our setup is to keep local kubernetes cluster configuration close to staging/prod. We use kubernetes 1.16 on prod and need to have the same version locally. Unfortunately the latest stable version of Docker for Windows comes with kubernetes 1.15. (in minikube the k8s version can be changed in configuration)

Is it possible to change the kubernetes version in Docker for windows ?
If not, is it may be on the roadmap?