Install `postgresql-client-${PG_MAJOR}` instead of `postgresql-client` (#892)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Tue, 3 Dec 2024 02:51:15 +0000 (10:51 +0800)
committerGitHub <noreply@github.com>
Tue, 3 Dec 2024 02:51:15 +0000 (10:51 +0800)
commita0be7c92cee8087c2107b73610d13c85a6bab914
tree0441ba6907334fb9023ac24fd45a0a732ce29378
parent69d7558c98a3775f62b720a8393e76f2b42bd916
Install `postgresql-client-${PG_MAJOR}` instead of `postgresql-client` (#892)

This ensures that the client tools we installed are compatible with the
version of the Postgres cluster.
image/base/Dockerfile