From c512c943f276bd4087515c8033a2e7c9f4fc30f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:36:10 +0000 Subject: [PATCH] deps: bump astral-sh/uv from 0.12.0 to 0.12.7 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.0 to 0.12.7. - [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.0...0.12.7) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.7 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 f6de0b0..fd5e027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.7 -FROM ghcr.io/astral-sh/uv:0.12.0 AS uv +FROM ghcr.io/astral-sh/uv:0.12.7 AS uv FROM python:3.13-slim-trixie AS builder