From 2386278c7f1912f0bbaab378e21a0bd652ca1652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 11:45:21 +0000 Subject: [PATCH] chore(deps): update dockerfile base images --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fd6748..094a00c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use a full image with uv pre-installed as builder -FROM ghcr.io/astral-sh/uv:python3.13-trixie@sha256:7527c447eefbe4aa1ab927a0cd25c4f8224f9dd29ef53091679031ab3f069f66 AS builder +FROM ghcr.io/astral-sh/uv:python3.13-trixie@sha256:dbc39f05b15187083adc7d2ad7d7bb40f3227f1bfed39f428d73d7493fdc43fe AS builder # Install the project into `/app` WORKDIR /app @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ uv sync --no-dev --locked # Use slim image as runner -FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim@sha256:d1e005e6f5aac724b7554db95f1c128a77d8d35b59ebe70e188852b4bdad3a3d AS runner +FROM ghcr.io/astral-sh/uv:python3.13-trixie-slim@sha256:aba5f865793af9275ceaa06d30935dfc6db8b81969c9fb099b0ebca6396b189e AS runner # Metadata for the image ARG IMAGE_CREATED="unknown"