We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd4b90 commit e3d5355Copy full SHA for e3d5355
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.13-slim@sha256:51e1a0a317fdb6e170dc791bbeae63fac5272c82f43958ef74a34e170c6f8b18
2
# Install uv.
3
-COPY --from=ghcr.io/astral-sh/uv:0.9.27@sha256:9a23023be68b2ed09750ae636228e903a54a05ea56ed03a934d00fe9fbeded4b /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9.27@sha256:143b40f4ab56a780f43377604702107b5a35f83a4453daf1e4be691358718a6a /uv /uvx /bin/
4
5
WORKDIR /app
6
COPY ./uv.lock ./pyproject.toml /app/
0 commit comments