From 1aed4666d182a5284b661f3054310320cce8130a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 13:10:48 +0000 Subject: [PATCH] Update ghcr.io/astral-sh/uv Docker tag to v0.11.29 --- Dockerfile | 2 +- api/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8e8e59..eaba7b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update && \ mkdir -p /etc/ssh/host_keys /var/run/sshd /var/log/callis # Install uv -COPY --from=ghcr.io/astral-sh/uv:0.6.12 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.29 /uv /usr/local/bin/uv # --- API setup --- WORKDIR /app diff --git a/api/Dockerfile b/api/Dockerfile index a3a160c..06548b1 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -4,7 +4,7 @@ ARG APP_VERSION=dev ENV APP_VERSION=${APP_VERSION} # Install uv -COPY --from=ghcr.io/astral-sh/uv:0.6.12 /uv /usr/local/bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.11.29 /uv /usr/local/bin/uv WORKDIR /app