From 5a75ed475e6349a9eca3764512a1ca1be0bc504a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 03:23:51 +0000 Subject: [PATCH] Bump astral/uv from `0d7d613` to `adc68cd` in /src/python_template/api Bumps astral/uv from `0d7d613` to `adc68cd`. --- updated-dependencies: - dependency-name: astral/uv dependency-version: adc68cd785ca65ea25c0611043b0a00b4ea3a22e1b54102fc084406d888082ee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/python_template/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_template/api/Dockerfile b/src/python_template/api/Dockerfile index 14271ad..7a6c025 100644 --- a/src/python_template/api/Dockerfile +++ b/src/python_template/api/Dockerfile @@ -1,5 +1,5 @@ # 0.12-python3.14-trixie -FROM astral/uv@sha256:0d7d613acc4bdc9dae1fabd67d30b94887aeab61e215d4a286ce1304a5b90ecf AS builder +FROM astral/uv@sha256:adc68cd785ca65ea25c0611043b0a00b4ea3a22e1b54102fc084406d888082ee AS builder ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy UV_PYTHON_DOWNLOADS=0 UV_NO_DEV=1 WORKDIR /app COPY pyproject.toml uv.lock ./