diff --git a/Dockerfile b/Dockerfile index bbb48d0f0..e0b93f1f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,8 +105,7 @@ RUN \ && echo "deb http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list \ && curl -L https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - \ && apt-get update \ - && apt-get install --no-install-recommends -y \ - postgresql-client-16 \ + && apt-get install --no-install-recommends -y postgresql-client-17 \ && pip install --no-cache-dir --upgrade $(grep -E '^(uv)==' /app/src/requirements.txt) \ && uv venv /app/venv \ && . /app/venv/bin/activate \