kou commented on code in PR #37023:
URL: https://github.com/apache/arrow/pull/37023#discussion_r1286536529
##########
ci/docker/java-jni-manylinux-201x.dockerfile:
##########
@@ -34,7 +34,7 @@ RUN vcpkg install \
# Install Java
ARG java=1.8.0
-ARG maven=3.9.3
+ARG maven=3.9.4
RUN yum install -y java-$java-openjdk-devel && \
yum clean all && \
curl
https://dlcdn.apache.org/maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz
| \
Review Comment:
Could you try `curl --location https://...`?
--
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]