From 906af49f5a6c583f1a1b07d4225b44b030586b36 Mon Sep 17 00:00:00 2001 From: Samuel MARLHENS Date: Mon, 27 Jul 2026 15:11:11 +0200 Subject: [PATCH] chore: bump uv to 0.11.32 in dockerfile --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c8c568..f07b738 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH" FROM python-base AS builder-base -COPY --from=ghcr.io/astral-sh/uv:0.11.25 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.11.32 /uv /uvx /bin/ WORKDIR $WORKDIR_PATH diff --git a/README.md b/README.md index 6d59399..8f1cca4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ - [Python](https://www.python.org/downloads/) **>=3.14.0 <3.15.0** (_tested with 3.14.6_) - [pre-commit](https://pre-commit.com/#install) **>=3.2.0 <5.0.0** (_tested with 4.5.1_) -- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.11.21** (_tested with 0.11.25_) +- [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.11.21** (_tested with 0.11.32_) - [docker](https://docs.docker.com/get-docker/) (_optional_) ---