From 9b45d38fb089d9abdeac41bdfbf9633a5755933c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 04:55:56 +0000 Subject: [PATCH] Bump astral/uv from `235c2e8` to `5778d47` in /api/src/api Bumps astral/uv from `235c2e8` to `5778d47`. --- updated-dependencies: - dependency-name: astral/uv dependency-version: 5778d479c0fd7995fedd44614570f38a9d849256851f2786c451c220d7bd8ccd 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 9eaf37f..6702336 100644 --- a/api/src/api/Dockerfile +++ b/api/src/api/Dockerfile @@ -1,5 +1,5 @@ # 0.7.19-python3.12-bookworm-slim -FROM astral/uv@sha256:235c2e8419851c1d539e2b19033d56aaf82670bfaaa155e20ac6b21260dc0be9 AS builder +FROM astral/uv@sha256:5778d479c0fd7995fedd44614570f38a9d849256851f2786c451c220d7bd8ccd AS builder ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0