From 4efba1b8a087a0036aa65f06d826d6ca3eb678ec Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 1 Nov 2023 15:04:13 -0400 Subject: [PATCH] fix: Update Windows version Signed-off-by: Yuan Tang --- Dockerfile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 1bd49c86ab26..4a7e39061e9d 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