We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161fbe9 commit d6c1fe4Copy full SHA for d6c1fe4
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.13-slim@sha256:1f3781f578e17958f55ada96c0a827bf279a11e10d6a458ecb8bde667afbb669
2
# Install uv.
3
-COPY --from=ghcr.io/astral-sh/uv:latest@sha256:816fdce3387ed2142e37d2e56e1b1b97ccc1ea87731ba199dc8a25c04e4997c5 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:latest@sha256:13e233d08517abdafac4ead26c16d881cd77504a2c40c38c905cf3a0d70131a6 /uv /uvx /bin/
4
5
WORKDIR /app
6
COPY ./uv.lock ./pyproject.toml /app/
0 commit comments