Docker: Use python 3.12

Ubuntu 24.04 ships with 3.12 by default.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
kingbri 2025-04-27 00:24:32 -04:00
parent 09ddfa8ffb
commit f70eb11db3

View file

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
curl \
ca-certificates \
python3.11 \
python3.12 \
python3-pip \
&& rm -rf /var/lib/apt/lists/*