From 247c350a34f4b7e6faf98bf84a6c9f874c49f4ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:02:58 +0000 Subject: [PATCH] Update dependency uv to v0.5.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6505a9..03f7dd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM python:3.12 # renovate: datasource=github-releases depName=uv packageName=astral-sh/uv -ENV UV_VERSION="0.5.5" +ENV UV_VERSION="0.5.10" RUN pip install uv==$UV_VERSION # Change the working directory to the `app` directory