We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3448fe1 commit aad5386Copy full SHA for aad5386
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.12.12-alpine@sha256:d82291d418d5c47f267708393e40599ae836f2260b0519
2
3
FROM python AS builder
4
5
-COPY --from=ghcr.io/astral-sh/uv:0.9.7@sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.9.8@sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /uvx /bin/
6
7
ENV UV_LINK_MODE=copy \
8
UV_COMPILE_BYTECODE=1 \
0 commit comments