From ea92421f47df1eb6d86455740a9b8b088af6045f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:38:38 +0000 Subject: [PATCH] chore(deps): bump astral-sh/uv from 0.12.0 to 0.12.2 in /infra/mlflow Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.0 to 0.12.2. - [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.2) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- infra/mlflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/mlflow/Dockerfile b/infra/mlflow/Dockerfile index b5f0703..483df68 100644 --- a/infra/mlflow/Dockerfile +++ b/infra/mlflow/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.11@sha256:10c699f1b6c8bdc8f6b4ce8974855dd8542f1768c26eb240237b8f1c9c6c9976 # --8<-- [start:base-images] -FROM ghcr.io/astral-sh/uv:0.12.0@sha256:606e70c71c852d03f611b1e56a195d08648507018a7057fab82c4974c4eae105 AS uv +FROM ghcr.io/astral-sh/uv:0.12.2@sha256:069a51314a7bb6031777a9273205fe1b0b19e914ef418207d1338b268df641dd AS uv FROM python:3.13.14-slim-trixie@sha256:6771159cd4fa5d9bba1258caf0b82e6b73458c694d178ad97c5e925c2d0e1a91 AS build # --8<-- [end:base-images]