Skip to content

Commit

Permalink
Merge pull request #3017 from kkimurak/issue/3015-add-pgsql-client-16
Browse files Browse the repository at this point in the history
Add postgresql-client-16
  • Loading branch information
sachilles authored Oct 7, 2024
2 parents 81e0198 + 64e8625 commit 11249a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN set -ex && \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
sudo supervisor logrotate locales curl \
nginx openssh-server postgresql-contrib redis-tools \
postgresql-client-13 postgresql-client-14 postgresql-client-15 \
postgresql-client-13 postgresql-client-14 postgresql-client-15 postgresql-client-16 \
python3 python3-docutils nodejs yarn gettext-base graphicsmagick \
libpq5 zlib1g libyaml-0-2 libssl1.1 \
libgdbm6 libreadline8 libncurses5 libffi7 \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ Please note furthermore, that only compatible versions of the `postgresql-client

- `postgresql-client-13`,
- `postgresql-client-14`,
- and `postgresql-client-15`.
- `postgresql-client-15`.
- and `postgresql-client-16`.

*NOTE:* Version 13.7.0 and later requires PostgreSQL version 12.x. Version 16.0.0 and later requires PostgreSQL version 13.x. Version 17.0.0 and later requires PostgreSQL version 14.x.

Expand Down

0 comments on commit 11249a9

Please sign in to comment.