From 04dc28281d51697033cdf91857f5e83ba94f8a13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:55:05 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv:python3.13-alpine Docker digest to d5d6a8f --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ec80a8..41a539e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/astral-sh/uv:python3.13-alpine@sha256:32bb65093c2b46ad75cb46c59c4c4bbc4bfb14627a4b11ce48098c48f61c97e7 AS builder +FROM ghcr.io/astral-sh/uv:python3.13-alpine@sha256:d5d6a8f31d5bb0f17cdeeb4ab08910bb22f9b9d36b7d5ddc2279501b26689ebd AS builder ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy # Disable Python downloads, because we want to use the system interpreter