mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 05:58:29 -06:00
Include support for PostgreSQL 17
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user