<!-- For Windows PowerShell 5.1 issues, suggestions, or feature requests please use the following link instead: - Windows PowerShell [UserVoice](https://windowsserver.uservoice.com/forums/301869-powershell) Windows 10 1909 has been released , the mcr.microsoft.com/powershell:1909 is not exists,Can you update it synchronously If it is a bug report: - make sure you are able to repro it on the latest released version. - Search the existing issues. - Fill out the following repro template: If it's not a bug, please remove the template and elaborate the issue in your own words. --> ## Steps to reproduce <!-- Please include any docker commands you used to run the image --> ```powershell ``` ## Expected behavior ```none ``` ## Actual behavior ```none ``` ## Environment data <!-- provide the docker info --> ```sh > docker info ``` <!-- provide the output of $PSVersionTable from powershell in the docker container --> ```powershell > $PSVersionTable ```