Skip to content

Commit cb458df

Browse files
committed
fix: docker build
1 parent d092de1 commit cb458df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1818
uv sync --locked --no-editable
1919

2020
# Final image stage
21-
FROM python:3.12-slim
21+
FROM python:3.13-slim-bookworm
2222

2323
# Use Bash
2424
SHELL ["/bin/bash", "-c"]

0 commit comments

Comments
 (0)