Skip to content

Commit 60c6ece

Browse files
authored
Update Dockerfile
1 parent e4f5c23 commit 60c6ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22

3-
FROM --platform=windows/amd64 mcr.microsoft.com/windows/servercore:ltsc2025 AS BUILD_TOOLS
3+
FROM --platform=windows/amd64 mcr.microsoft.com/windows/servercore:ltsc2022 AS BUILD_TOOLS
44

55
ARG WINDOWS_11_SDK_VERSION="22621"
66
ARG VC_VERSION="14.42.17.12"
@@ -58,4 +58,4 @@ RUN cd %BUILD_TOOLS_DIR% && "%PYTHON_DIR%\python.exe" -c "import json, os; env=j
5858

5959
SHELL ["cmd", "/c"]
6060
ENTRYPOINT ["cmd"]
61-
CMD ["/noexit"]
61+
CMD ["/noexit"]

0 commit comments

Comments
 (0)