This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 18c1953  Make python3.12 the chosen alternate (#371)
18c1953 is described below

commit 18c195399cdfce79a794da84bf49316c0cf06fd1
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Mar 27 17:44:30 2025 -0500

    Make python3.12 the chosen alternate (#371)
---
 docker/rockylinux8/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/rockylinux8/Dockerfile b/docker/rockylinux8/Dockerfile
index 21826d5..5d6e0aa 100644
--- a/docker/rockylinux8/Dockerfile
+++ b/docker/rockylinux8/Dockerfile
@@ -240,6 +240,7 @@ RUN bash /root/install_abi_tools.sh
 
 RUN <<EOF
   set -e
+  alternatives --set python3 /usr/bin/python3.12
   python3 -m ensurepip --upgrade
   python3 -m pip install --upgrade pip
   python3 -m pip install virtualenv

Reply via email to