Include support for PostgreSQL 17

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-10-13 23:09:15 -06:00
parent d7612836e6
commit fb97464444
9 changed files with 85 additions and 44 deletions

View File

@@ -24,7 +24,8 @@ RUN apt update && apt install -y postgresql-common && \
apt update && apt install -y \
wget unzip tzdata git \
postgresql-client-13 postgresql-client-14 \
postgresql-client-15 postgresql-client-16 && \
postgresql-client-15 postgresql-client-16 \
postgresql-client-17 && \
rm -rf /var/lib/apt/lists/*
# Install downloadable binaries