From 66fd925cb298e7772a44f87d2f72d85e965519e0 Mon Sep 17 00:00:00 2001 From: Randy Concepcion Date: Wed, 29 Jul 2026 10:19:48 -0400 Subject: [PATCH] fix: pin uv version in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62919a4..459c686 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN chmod +x /app/scripts/migrate-app-attest-database.sh RUN chmod +x /app/scripts/migrate-litellm-database.sh # Install dependencies -RUN pip install --no-cache-dir uv +RUN pip install --no-cache-dir uv==0.10.8 RUN apt-get update && apt-get install -y git RUN uv pip install --system --editable .