From 0f0ce521d697b37c3d21f8bb3771b79d8d8f60e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:56:50 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e627044..b335a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG FROM FROM ${FROM} AS builder -COPY --from=ghcr.io/astral-sh/uv:0.5 /uv /usr/local/bin/ +COPY --from=ghcr.io/astral-sh/uv:0.6 /uv /usr/local/bin/ RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update -qq \ && apt-get upgrade \