Skip to content

Commit c19355a

Browse files
committed
LCORE-313: Fix image building with Python 3.12
1 parent 883f832 commit c19355a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN uv sync --locked --no-install-project --no-dev
2828
# Final image without uv package manager
2929
FROM registry.access.redhat.com/ubi9/ubi-minimal
3030
ARG APP_ROOT=/app-root
31-
RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs python3.11 python3.11-pip
31+
RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs python3.12 python3.12-pip
3232
WORKDIR /app-root
3333

3434
# PYTHONDONTWRITEBYTECODE 1 : disable the generation of .pyc

0 commit comments

Comments
 (0)