From 53da38aaa8d20069f88043cb4b83fd2229b88a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Misbach?= Date: Tue, 19 May 2026 09:44:39 +0200 Subject: [PATCH 1/2] [Dockerfile] Specify uv version in docker base image --- monitoring/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/Dockerfile b/monitoring/Dockerfile index 9f7f89dcd4..ddb012f4b5 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:python3.13-bookworm-slim AS base +FROM ghcr.io/astral-sh/uv:0.11.15-python3.11-trixie-slim AS base # Not -alpine because: https://stackoverflow.com/a/58028091/651139 # Install system tools From 19a93d9f0cd4ba41ce59c31c927d3e66f044d70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Misbach?= Date: Tue, 2 Jun 2026 13:39:10 +0200 Subject: [PATCH 2/2] Update monitoring/Dockerfile Co-authored-by: Maximilien Cuony --- monitoring/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/Dockerfile b/monitoring/Dockerfile index ddb012f4b5..c9c03043bb 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.15-python3.11-trixie-slim AS base +FROM ghcr.io/astral-sh/uv:0.11.15-python3.13-trixie-slim AS base # Not -alpine because: https://stackoverflow.com/a/58028091/651139 # Install system tools