Skip to content

Commit 9acfd4f

Browse files
Copilotjohnthagen
andauthored
Update to Debian trixie container images (#311)
* Update Dockerfile to use Debian trixie container images Co-authored-by: johnthagen <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: johnthagen <[email protected]>
1 parent b6d2671 commit 9acfd4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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.
1414
ENV 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

6363
ENV PYTHONDONTWRITEBYTECODE=1
6464
ENV PYTHONBUFFERED=1

0 commit comments

Comments
 (0)