From 4f89e14f40ee63743c643bb014c5a74f7df40916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 00:08:04 +0000 Subject: [PATCH] Bump astral-sh/uv from 0.12.3 to 0.12.5 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.3 to 0.12.5. - [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.12.3...0.12.5) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.5 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 c440907..571c8d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Named stage rather than an inline `COPY --from=ghcr.io/astral-sh/uv:...`: # Dependabot's Docker parser only reads FROM lines, so an inline image # reference is never updated. -FROM ghcr.io/astral-sh/uv:0.12.3 AS uv +FROM ghcr.io/astral-sh/uv:0.12.5 AS uv FROM python:3.14-slim