We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc7873d + fe71f37 commit f147f60Copy full SHA for f147f60
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: MIT
3
4
FROM python:3.14-slim AS builder
5
-COPY --from=ghcr.io/astral-sh/uv:0.11.7 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.11.8 /uv /uvx /bin/
6
7
ENV UV_COMPILE_BYTECODE=1
8
ENV UV_LINK_MODE=copy
0 commit comments