Update to the latest Alpine release

Add libldap, which is now required for libpq, and remove 9.6 support.
This commit is contained in:
Dave Page
2021-11-30 11:56:41 +00:00
parent 976faa5e2f
commit 1438eb6364
2 changed files with 6 additions and 12 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ DEFAULT_BINARY_PATHS = {
'pg-13': '/usr/local/pgsql-13',
'pg-12': '/usr/local/pgsql-12',
'pg-11': '/usr/local/pgsql-11',
'pg-10': '/usr/local/pgsql-10',
'pg-9.6': '/usr/local/pgsql-9.6'
'pg-10': '/usr/local/pgsql-10'
}
EOF