diff --git a/Dockerfile b/Dockerfile index 98b1fae..e65b30b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN apt-get update \ postgresql-client-17 \ && rm -rf /var/lib/apt/lists/* -COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /uvx /bin/ +COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /uvx /bin/ WORKDIR /app