We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d092de1 commit cb458dfCopy full SHA for cb458df
1 file changed
Dockerfile
@@ -18,7 +18,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
18
uv sync --locked --no-editable
19
20
# Final image stage
21
-FROM python:3.12-slim
+FROM python:3.13-slim-bookworm
22
23
# Use Bash
24
SHELL ["/bin/bash", "-c"]
0 commit comments