From d72a1de93f4df4f4034ce877da13e8aabe07ff2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:01:34 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.9.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 99e428a..dec7ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13-slim -COPY --from=ghcr.io/astral-sh/uv:0.9.10 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /bin/uv # Install PostgreSQL client for pg_isready command RUN apt-get update && apt-get install -y postgresql-client git build-essential ca-certificates && rm -rf /var/lib/apt/lists/*