From ba427ade39d34c4317d700714ce7a15918fc6c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 04:26:41 +0000 Subject: [PATCH] Bump astral-sh/uv from `a37c15d` to `563b73a` in /api/src/api Bumps astral-sh/uv from `a37c15d` to `563b73a`. --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 563b73ab264117698521303e361fb781a0b421058661b4055750b6c822262d1e 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 c1673e2..d31cea6 100644 --- a/api/src/api/Dockerfile +++ b/api/src/api/Dockerfile @@ -1,5 +1,5 @@ # 0.7.8-python3.12-bookworm-slim -FROM ghcr.io/astral-sh/uv@sha256:a37c15d1474625eb986ba6b31623a2caae1da3075290bcbbafe22ff51b21de01 AS builder +FROM ghcr.io/astral-sh/uv@sha256:563b73ab264117698521303e361fb781a0b421058661b4055750b6c822262d1e AS builder ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0