diff --git a/Dockerfile.windows b/Dockerfile.windows index fcdc1aa06e55..3c96e2b53d72 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -4,7 +4,7 @@ # Also used as the image in CI jobs so needs all dependencies #################################################################################################### -ARG IMAGE_OS_VERSION=1809 +ARG IMAGE_OS_VERSION=ltsc2022-amd64 # had issues with official golange image for windows so I'm using plain servercore FROM mcr.microsoft.com/windows/servercore:${IMAGE_OS_VERSION} as builder