amoeba commented on code in PR #45442: URL: https://github.com/apache/arrow/pull/45442#discussion_r1968252230
########## .env: ########## @@ -95,8 +95,8 @@ VCPKG="f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15 Release # ci/docker/python-*-windows-*.dockerfile or the vcpkg config. # This is a workaround for our CI problem that "archery docker build" doesn't # use pulled built images in dev/tasks/python-wheels/github.windows.yml. -PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=2025-02-03 -PYTHON_WHEEL_WINDOWS_TEST_IMAGE_REVISION=2025-01-27 +PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=ltsc2022-KB5049983 +PYTHON_WHEEL_WINDOWS_TEST_IMAGE_REVISION=ltsc2022-KB5049983 Review Comment: ```suggestion PYTHON_WHEEL_WINDOWS_IMAGE_REVISION=2025-02-25 PYTHON_WHEEL_WINDOWS_TEST_IMAGE_REVISION=2025-02-25 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
