From ea6c6cac94869bdd73000a5e01048b009e1a3694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 17:54:42 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.12.9 to 0.12.13 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.9 to 0.12.13. - [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.9...0.12.13) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.13 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 1f65bca..39f5597 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # The base images are written out rather than taken from build arguments: # Dependabot reads FROM lines, and a rebuild on a base-image fix is what it is for. -FROM ghcr.io/astral-sh/uv:0.12.9 AS uv +FROM ghcr.io/astral-sh/uv:0.12.13 AS uv FROM python:3.14-slim-bookworm AS builder