From f188506b35be196d1377102befc578278e53b3cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:53:29 +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.11-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.11) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.11-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..8f058d718a 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.11-python3.13-trixie-slim AS base-system # Not -alpine because: https://stackoverflow.com/a/58028091/651139 # Install system tools