diff --git a/Dockerfile b/Dockerfile index 909e739..88e5ed2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update \ build-essential gcc git \ && rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.5.30 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.5.31 /uv /uvx /bin/ # From here we shouldn't need anymore a root user # Switch to nonroot and config uv