We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8598ced + be63115 commit 665b213Copy full SHA for 665b213
Dockerfile.windows
@@ -4,7 +4,7 @@
4
# Also used as the image in CI jobs so needs all dependencies
5
####################################################################################################
6
7
-ARG IMAGE_OS_VERSION=1809
+ARG IMAGE_OS_VERSION=ltsc2022-amd64
8
9
# had issues with official golange image for windows so I'm using plain servercore
10
FROM mcr.microsoft.com/windows/servercore:${IMAGE_OS_VERSION} as builder
0 commit comments