We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 572342c + 88087d9 commit 02af098Copy full SHA for 02af098
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.13-slim@sha256:3de9a8d7aedbb7984dc18f2dff178a7850f16c1ae7c34ba9d7ecc23d0755e35f
2
# Install uv.
3
-COPY --from=ghcr.io/astral-sh/uv:0.10.2@sha256:94a23af2d50e97b87b522d3cea24aaf8a1faedec1344c952767434f69585cbf9 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.10.3@sha256:7a88d4c4e6f44200575000638453a5a381db0ae31ad5c3a51b14f8687c9d93a3 /uv /uvx /bin/
4
5
WORKDIR /app
6
COPY ./uv.lock ./pyproject.toml /app/
0 commit comments