From da7a87231e82cc2de471d72005f361b9ef2dec71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 06:54:07 +0000 Subject: [PATCH] Bump astral-sh/uv in /monitoring Bumps [astral-sh/uv](https://github.com/astral-sh/uv) from 0.12.13-python3.13-trixie-slim to 0.12.14-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.13...0.12.14) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.14-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 322c8effa2..996c1e36ad 100644 --- a/monitoring/Dockerfile +++ b/monitoring/Dockerfile @@ -36,7 +36,7 @@ ARG BASE_STAGE=base-system -FROM ghcr.io/astral-sh/uv:0.12.13-python3.13-trixie-slim AS base-system +FROM ghcr.io/astral-sh/uv:0.12.14-python3.13-trixie-slim AS base-system # Not -alpine because: https://stackoverflow.com/a/58028091/651139 # Install system tools