From cb489a1aa9d8f571f93e3768ef5c0b1d9dbbf4bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:23:50 -0400 Subject: [PATCH] chore(deps): pin ghcr.io/astral-sh/uv docker tag to 562193a (#16791) --- machine-learning/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/Dockerfile b/machine-learning/Dockerfile index f53b4fbf79..002d21e183 100644 --- a/machine-learning/Dockerfile +++ b/machine-learning/Dockerfile @@ -24,7 +24,7 @@ WORKDIR /usr/src/app RUN apt-get update && apt-get install -y --no-install-recommends g++ -COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:562193a4a9d398f8aedddcb223e583da394ee735de36b5815f8f1d22cb49be15 /uv /uvx /bin/ RUN --mount=type=cache,target=/root/.cache/uv \ --mount=type=bind,source=uv.lock,target=uv.lock \ --mount=type=bind,source=pyproject.toml,target=pyproject.toml \