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 883f832 commit c19355aCopy full SHA for c19355a
1 file changed
Containerfile
@@ -28,7 +28,7 @@ RUN uv sync --locked --no-install-project --no-dev
28
# Final image without uv package manager
29
FROM registry.access.redhat.com/ubi9/ubi-minimal
30
ARG APP_ROOT=/app-root
31
-RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs python3.11 python3.11-pip
+RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs python3.12 python3.12-pip
32
WORKDIR /app-root
33
34
# PYTHONDONTWRITEBYTECODE 1 : disable the generation of .pyc
0 commit comments