Skip to content

Commit 4953ca6

Browse files
committed
pinning uv version
1 parent b9b6d20 commit 4953ca6

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
@@ -1,7 +1,7 @@
11
FROM python:3.12-slim
22

33
# Install uv directly from its official image
4-
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
4+
COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /bin/uv
55

66
# Set the working directory inside the container
77
WORKDIR /app

0 commit comments

Comments
 (0)