We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b6d20 commit 4953ca6Copy full SHA for 4953ca6
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM python:3.12-slim
2
3
# Install uv directly from its official image
4
-COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
+COPY --from=ghcr.io/astral-sh/uv:0.9.26 /uv /bin/uv
5
6
# Set the working directory inside the container
7
WORKDIR /app
0 commit comments