Skip to content

Commit 178107e

Browse files
docker(deps): bump python from 3.12-slim-bookworm to 3.13-slim-bookworm
Bumps Python Docker base image from 3.12-slim-bookworm to 3.13-slim-bookworm for latest Python features and improvements.
1 parent 1d829cc commit 178107e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2222
uv sync --frozen --no-dev
2323

2424

25-
FROM python:3.12-slim-bookworm
25+
FROM python:3.13-slim-bookworm
2626
# It is important to use the image that matches the builder, as the path to the
2727
# Python executable must be the same, e.g., using `python:3.11-slim-bookworm`
2828
# will fail.

0 commit comments

Comments
 (0)