From 60211478183117adef1456a490fb50d19b5add61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 03:40:09 +0000 Subject: [PATCH] Bump astral/uv from `165703e` to `a572706` in /api/src/api Bumps astral/uv from `165703e` to `a572706`. --- updated-dependencies: - dependency-name: astral/uv dependency-version: a5727064a0de127bdb7c9d3c1383f3a9ac307d9f2d8a391edc7896c54289ced0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/src/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/api/Dockerfile b/api/src/api/Dockerfile index 27a4c5e..908b581 100644 --- a/api/src/api/Dockerfile +++ b/api/src/api/Dockerfile @@ -1,5 +1,5 @@ # 0.8.11-python3.12-bookworm-slim -FROM astral/uv@sha256:165703e3c12d7fca3dfa15b2012b98d6e03c261a516d4bd7ca3a956c57c7abce AS builder +FROM astral/uv@sha256:a5727064a0de127bdb7c9d3c1383f3a9ac307d9f2d8a391edc7896c54289ced0 AS builder ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0