Skip to content

Commit 490ad8c

Browse files
authored
Merge pull request #160 from matysek/lcore-313
LCORE-313: Fix image building with Python 3.12
2 parents 883f832 + c19355a commit 490ad8c

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)