benz0li commented on issue #47202: URL: https://github.com/apache/arrow/issues/47202#issuecomment-3123880686
On Debian 12[^1]: [^1]: `docker run --rm -ti glcr.b-data.ch/r/base bash -c 'apt list --installed | grep ssl'` ``` WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libcurl4-openssl-dev/now 7.88.1-10+deb12u12 amd64 [installed,local] libssl-dev/now 3.0.16-1~deb12u1 amd64 [installed,local] libssl3/now 3.0.16-1~deb12u1 amd64 [installed,local] openssl/now 3.0.16-1~deb12u1 amd64 [installed,local] ``` On Ubuntu 22.04[^2]: [^2]: `docker run --rm -ti glcr.b-data.ch/cuda/r/base bash -c 'apt list --installed | grep ssl'` ``` ========== == CUDA == ========== CUDA Version 12.9.1 Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. This container image and its contents are governed by the NVIDIA Deep Learning Container License. By pulling and using the container, you accept the terms and conditions of this license: https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libcurl4-openssl-dev/now 7.81.0-1ubuntu1.20 amd64 [installed,local] libssl-dev/now 3.0.2-0ubuntu1.19 amd64 [installed,local] libssl3/now 3.0.2-0ubuntu1.19 amd64 [installed,local] openssl/now 3.0.2-0ubuntu1.19 amd64 [installed,local] ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org