Skip to content

Commit be63115

Browse files
committed
set windows base image tag to ltsc2022-amd64
Signed-off-by: Denys Melnyk <[email protected]>
1 parent 8598ced commit be63115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Also used as the image in CI jobs so needs all dependencies
55
####################################################################################################
66

7-
ARG IMAGE_OS_VERSION=1809
7+
ARG IMAGE_OS_VERSION=ltsc2022-amd64
88

99
# had issues with official golange image for windows so I'm using plain servercore
1010
FROM mcr.microsoft.com/windows/servercore:${IMAGE_OS_VERSION} as builder

0 commit comments

Comments
 (0)