From a3a0faaf98f0792b7b1c6b8f00802539bc457db5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 05:27:49 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv:latest Docker digest to 8f926a8 --- mucgpt-assistant-service-migrations/Dockerfile | 2 +- mucgpt-assistant-service/Dockerfile | 2 +- mucgpt-core-service/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mucgpt-assistant-service-migrations/Dockerfile b/mucgpt-assistant-service-migrations/Dockerfile index 75b35b5a..45683358 100644 --- a/mucgpt-assistant-service-migrations/Dockerfile +++ b/mucgpt-assistant-service-migrations/Dockerfile @@ -1,7 +1,7 @@ # small ubi10 image FROM registry.access.redhat.com/ubi10/ubi-minimal:latest@sha256:649f7ce8082531148ac5e45b61612046a21e36648ab096a77e6ba0c94428cf60 -COPY --from=ghcr.io/astral-sh/uv:latest@sha256:9874eb7afe5ca16c363fe80b294fe700e460df29a55532bbfea234a0f12eddb1 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:8f926a80debadba6f18442030df316c0e2b28d6af62d1292fb44b1c874173dc0 /uv /uvx /bin/ # Enable bytecode compilation ENV UV_COMPILE_BYTECODE=1 diff --git a/mucgpt-assistant-service/Dockerfile b/mucgpt-assistant-service/Dockerfile index 9def58cb..a1fd6bd4 100644 --- a/mucgpt-assistant-service/Dockerfile +++ b/mucgpt-assistant-service/Dockerfile @@ -1,7 +1,7 @@ # Small ubi10 image FROM registry.access.redhat.com/ubi10/ubi-minimal:latest@sha256:649f7ce8082531148ac5e45b61612046a21e36648ab096a77e6ba0c94428cf60 -COPY --from=ghcr.io/astral-sh/uv:latest@sha256:9874eb7afe5ca16c363fe80b294fe700e460df29a55532bbfea234a0f12eddb1 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:8f926a80debadba6f18442030df316c0e2b28d6af62d1292fb44b1c874173dc0 /uv /uvx /bin/ WORKDIR /app diff --git a/mucgpt-core-service/Dockerfile b/mucgpt-core-service/Dockerfile index 0f0edad5..f96a4eb1 100644 --- a/mucgpt-core-service/Dockerfile +++ b/mucgpt-core-service/Dockerfile @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi10/ubi-minimal:latest@sha256:649f7ce8082531148ac5e45b61612046a21e36648ab096a77e6ba0c94428cf60 -COPY --from=ghcr.io/astral-sh/uv:latest@sha256:9874eb7afe5ca16c363fe80b294fe700e460df29a55532bbfea234a0f12eddb1 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:latest@sha256:8f926a80debadba6f18442030df316c0e2b28d6af62d1292fb44b1c874173dc0 /uv /uvx /bin/ # Enable bytecode compilation ENV UV_COMPILE_BYTECODE=1