From 6a4e9243bc854854484b308f0b9ee14d45b44a80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 00:37:20 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.11.12 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76328f4..a5cee33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM inseefrlab/onyxia-python-minimal:py3.12.12 -COPY --from=ghcr.io/astral-sh/uv:0.9.8 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.12 /uv /uvx /bin/ # set current work dir WORKDIR /formation-mlops