Skip to content

Commit 95b0ef0

Browse files
committed
docker: Use uv build
1 parent 9bfd4e6 commit 95b0ef0

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
@@ -31,7 +31,7 @@ ARG BASE_IMAGE=ubuntu:jammy-20240125
3131
FROM ghcr.io/astral-sh/uv:python3.12-alpine AS src
3232
RUN apk add git
3333
COPY . /src
34-
RUN uvx --from build pyproject-build --installer uv -w /src
34+
RUN uv build --wheel /src
3535

3636
#
3737
# Download stages

0 commit comments

Comments
 (0)