Skip to content

Commit 1c73ee7

Browse files
adamtheturtleclaude
andcommitted
Use uv image with Python 3.13 as base
ghcr.io/astral-sh/uv:0.10.4-python3.13-trixie-slim includes both uv and Python 3.13, avoiding the need to download a managed Python at build time which caused Docker builds in tests to be 3-4x slower. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 9e19b0b commit 1c73ee7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/mock_vws/_flask_server/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FROM debian:bookworm-slim AS base
2-
COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /uvx /bin/
1+
FROM ghcr.io/astral-sh/uv:0.10.4-python3.13-trixie-slim AS base
32
# We set this pretend version as we do not have Git in our path, and we do
43
# not care enough about having the version correct inside the Docker container
54
# to install it.

0 commit comments

Comments
 (0)