From f5482855ad264b76bbfb3091f95c0a611834a09d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 04:34:32 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.12.5 to 0.12.9 Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.5 to 0.12.9. - [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.5...0.12.9) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.9 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 6d21b6d..8fb1a64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Pool classifier web service — Cloud Run image. # Build context is the repository root. -FROM ghcr.io/astral-sh/uv:0.12.5 AS uv +FROM ghcr.io/astral-sh/uv:0.12.9 AS uv FROM python:3.14-slim ARG POOL_CLASSIFIER_COMMIT=unknown