From 3746a8543f071814897618b5e58f3e30d1f72bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:45:57 +0000 Subject: [PATCH] chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.8.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 46bd7fb..9377ba8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3.12-slim-bookworm AS base FROM base AS builder # Copy in UV -COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.8.5 /uv /bin/uv # We use the system interpreter managed by uv ENV UV_PYTHON_DOWNLOADS=0