We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec27de commit 1ca7e7eCopy full SHA for 1ca7e7e
lightspeed-stack/Containerfile.lsc
@@ -8,7 +8,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal AS builder
8
9
ARG APP_ROOT=/app-root
10
RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs \
11
- python3.11 python3.11-devel python3.11-pip
+ python3.12 python3.12-devel python3.12-pip
12
WORKDIR /app-root
13
14
# UV_PYTHON_DOWNLOADS=0 : Disable Python interpreter downloads and use the system interpreter.
@@ -17,7 +17,7 @@ ENV UV_COMPILE_BYTECODE=0 \
17
UV_PYTHON_DOWNLOADS=0
18
19
# Install uv package manager
20
-RUN pip3.11 install uv
+RUN pip3.12 install uv
21
22
# Add explicit files and directories
23
# (avoid accidental inclusion of local directories or env files or credentials)
0 commit comments