File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88# subtle errors when using MUSL.
99# - These Python packages usually only provide binary wheels for GLIBC, so the packages
1010# will need to be recompiled fully within the container images, increasing build times.
11- FROM python:3.13-slim-bookworm AS python_builder
11+ FROM python:3.13-slim-trixie AS python_builder
1212
1313# Pin uv to a specific version to make container builds reproducible.
1414ENV UV_VERSION=0.8.22
@@ -58,7 +58,7 @@ RUN uv sync --locked --no-default-groups --no-editable
5858
5959# # Final Image
6060# The image used in the final image MUST match exactly to the python_builder image.
61- FROM python:3.13-slim-bookworm
61+ FROM python:3.13-slim-trixie
6262
6363ENV PYTHONDONTWRITEBYTECODE=1
6464ENV PYTHONBUFFERED=1
You can’t perform that action at this time.
0 commit comments