Skip to content

Commit

Permalink
fix: Update Windows version
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <[email protected]>
  • Loading branch information
terrytangyuan committed Nov 1, 2023
1 parent 4a6deec commit 4efba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4efba1b

Please sign in to comment.