Skip to content

Commit 11249a9

Browse files
authored
Merge pull request #3017 from kkimurak/issue/3015-add-pgsql-client-16
Add postgresql-client-16
2 parents 81e0198 + 64e8625 commit 11249a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN set -ex && \
4646
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
4747
sudo supervisor logrotate locales curl \
4848
nginx openssh-server postgresql-contrib redis-tools \
49-
postgresql-client-13 postgresql-client-14 postgresql-client-15 \
49+
postgresql-client-13 postgresql-client-14 postgresql-client-15 postgresql-client-16 \
5050
python3 python3-docutils nodejs yarn gettext-base graphicsmagick \
5151
libpq5 zlib1g libyaml-0-2 libssl1.1 \
5252
libgdbm6 libreadline8 libncurses5 libffi7 \

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ Please note furthermore, that only compatible versions of the `postgresql-client
265265

266266
- `postgresql-client-13`,
267267
- `postgresql-client-14`,
268-
- and `postgresql-client-15`.
268+
- `postgresql-client-15`.
269+
- and `postgresql-client-16`.
269270

270271
*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.
271272

0 commit comments

Comments
 (0)