diff --git a/src/backend/Containerfile b/src/backend/Containerfile index fb7bed2..7e3dfb6 100644 --- a/src/backend/Containerfile +++ b/src/backend/Containerfile @@ -1,7 +1,7 @@ # Stage 1: Build dependencies FROM docker.io/python:3.13-alpine3.22 AS deps -COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.10.4 /uv /uvx /bin/ WORKDIR /app