From d0909f54d74f281c8e27d2faf6a019df29a6f1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 03:22:46 +0000 Subject: [PATCH] Bump astral-sh/uv Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.8.15-python3.13-alpine to 0.10.2-python3.13-alpine. - [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.8.15...0.10.2) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.10.2-python3.13-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5753eb..0af6ac1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:0.8.15-python3.13-trixie-slim +FROM ghcr.io/astral-sh/uv:0.10.2-python3.13-trixie-slim WORKDIR /app COPY ./.python-version ./.python-version