Replace mutable UV tag with immutable digest for supply chain security

Co-authored-by: grillazz <3415861+grillazz@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-18 19:33:14 +00:00
parent edec49ba74
commit 43924140d2

View File

@@ -7,7 +7,7 @@ RUN apt-get update -qy \
build-essential \ build-essential \
ca-certificates ca-certificates
COPY --from=ghcr.io/astral-sh/uv:0.9.17 /uv /uvx /bin/ COPY --from=ghcr.io/astral-sh/uv:0.9.17@sha256:5cb6b54d2bc3fe2eb9a8483db958a0b9eebf9edff68adedb369df8e7b98711a2 /uv /uvx /bin/
ENV UV_LINK_MODE=copy \ ENV UV_LINK_MODE=copy \
UV_COMPILE_BYTECODE=1 \ UV_COMPILE_BYTECODE=1 \