diff --git a/Dockerfile b/Dockerfile index 99e428a..dec7ea3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.13-slim -COPY --from=ghcr.io/astral-sh/uv:0.9.10 /uv /bin/uv +COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /bin/uv # Install PostgreSQL client for pg_isready command RUN apt-get update && apt-get install -y postgresql-client git build-essential ca-certificates && rm -rf /var/lib/apt/lists/*