diff --git a/Dockerfile b/Dockerfile index ee5622d..0e57420 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # The Windows 10 base image, compatible with Windows Server 2019 # We can't use Server Core as we need full GUI capabilities. # See https://hub.docker.com/_/microsoft-windows -FROM mcr.microsoft.com/windows:1809-amd64 +FROM mcr.microsoft.com/windows:1903-amd64 ################################################# # Chocolatey