From c10a690e2aa61b9090c51acaf920dd2f8f372ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:53:15 +0000 Subject: [PATCH] Bump astral-sh/uv in /monitoring Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.11.21-python3.13-trixie-slim to 0.11.24-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.11.21...0.11.24) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.24-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 ff97b6b978..aa64edf06c 100644 --- a/monitoring/Dockerfile +++ b/monitoring/Dockerfile @@ -9,7 +9,7 @@ # # This image is intended to be built from the repository root context/folder. -FROM ghcr.io/astral-sh/uv:0.11.21-python3.13-trixie-slim AS base +FROM ghcr.io/astral-sh/uv:0.11.24-python3.13-trixie-slim AS base # Not -alpine because: https://stackoverflow.com/a/58028091/651139 # Install system tools