raulcd commented on code in PR #47993:
URL: https://github.com/apache/arrow/pull/47993#discussion_r2509204727
##########
ci/docker/python-free-threaded-wheel-musllinux-test-imports.dockerfile:
##########
@@ -19,34 +19,31 @@ ARG base
FROM ${base}
ARG python_version=3.13
-ARG python_patch_version=3.13.7
+ARG python_patch_version=3.13.9
+ARG build_date=20251014
+ARG arch=aarch64
-RUN apk add --no-cache \
+ARG python_version=3.13
+ARG python_patch_version=3.13.9
Review Comment:
this seems duplicated
##########
ci/docker/python-wheel-windows-vs2022-base.dockerfile:
##########
@@ -74,13 +74,25 @@ RUN `
# Install choco CLI
#
-# Switch into Powershell just for this command because choco only provides a
-# Powershell installation script. After, we switch back to cmd.
+# Switch into Powershell just for this command because choco and Python
install manager (MSIX)
Review Comment:
```suggestion
# Switch into Powershell just for the following commands because choco and
Python install manager (MSIX)
```
--
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]