From 179269cbbe219ffdc277b357f9033da08aeed955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:15:42 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv:latest Docker digest to 92aa10f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de1c6d81..a519439b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10-bullseye@sha256:5c6f3a5a8ab7f559a2d5adb543030c0306e5656a049be19 WORKDIR /app -COPY --from=ghcr.io/astral-sh/uv:latest@sha256:ab5cd8c7946ae6a359a9aea9073b5effd311d40a65310380caae938a1abf55da /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:92aa10fc236a5cbd3624c9909f855a860bd209fef17756c831ee84c478423517 /uv /uvx /bin/ # Install the project's dependencies using the lockfile and settings RUN --mount=type=cache,target=/root/.cache/uv \