Include PostgreSQL 12 binaries in the container. Fixes #4823

This commit is contained in:
Dave Page
2019-10-11 11:13:06 +01:00
parent c3e11bd390
commit 9bdb5ea5e0
4 changed files with 9 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ if [ ! -f /pgadmin4/config_distro.py ]; then
cat << EOF > /pgadmin4/config_distro.py
HELP_PATH = '../../docs'
DEFAULT_BINARY_PATHS = {
'pg': '/usr/local/pgsql-11'
'pg': '/usr/local/pgsql-12'
}
EOF