From 8f14272566c1d9db20be31fbb3b8ab505e9c05f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:01:58 +0000 Subject: [PATCH] Bump astral-sh/uv from `a37c15d` to `6c1e190` in /api/src/api Bumps astral-sh/uv from `a37c15d` to `6c1e190`. --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 6c1e19020ec221986a210027040044a5df8de762eb36d5240e382bc41d7a9043 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..20991d8 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:6c1e19020ec221986a210027040044a5df8de762eb36d5240e382bc41d7a9043 AS builder ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0