Skip to content

Commit 8722d8b

Browse files
committed
Try pinning specific base image
1 parent 534f53c commit 8722d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/python-wheel-windows-vs2022-base.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# NOTE: You must update PYTHON_WHEEL_WINDOWS_IMAGE_REVISION in .env
5353
# when you update this file.
5454

55-
FROM mcr.microsoft.com/windows/servercore:ltsc2022
55+
FROM mcr.microsoft.com/windows/servercore:ltsc2022-KB5051979
5656

5757
# Ensure we in a command shell and not Powershell
5858
SHELL ["cmd", "/S", "/C"]

0 commit comments

Comments
 (0)