From 3329ffced4182e030c060e9c56d7f0a52c094683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:22:48 +0000 Subject: [PATCH] Bump astral-sh/uv Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.2-python3.13-trixie-slim to 0.11.8-python3.13-trixie-slim. - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/uv/compare/0.11.2...0.11.8) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.8-python3.13-trixie-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44316cd..87c04a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.11.2-python3.13-trixie-slim +FROM ghcr.io/astral-sh/uv:0.11.8-python3.13-trixie-slim WORKDIR /app COPY ./.python-version ./.python-version