From 846dbc91c8a10e1984dff74f8836ff344859b0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:54:40 +0000 Subject: [PATCH] Bump astral-sh/uv in /monitoring Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.9-python3.13-trixie-slim to 0.12.10-python3.13-trixie-slim. - [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.10) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.10-python3.13-trixie-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- monitoring/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/Dockerfile b/monitoring/Dockerfile index 382881383e..4942bcc8a0 100644 --- a/monitoring/Dockerfile +++ b/monitoring/Dockerfile @@ -36,7 +36,7 @@ ARG BASE_STAGE=base-system -FROM ghcr.io/astral-sh/uv:0.12.9-python3.13-trixie-slim AS base-system +FROM ghcr.io/astral-sh/uv:0.12.10-python3.13-trixie-slim AS base-system # Not -alpine because: https://stackoverflow.com/a/58028091/651139 # Install system tools