Support SCRAM channel binding for Postgres 11

This commit is contained in:
Steven Fackler
2018-05-26 12:53:12 -07:00
parent 9762eb609f
commit 11ffcac087
13 changed files with 188 additions and 45 deletions

View File

@@ -1,3 +1,3 @@
FROM postgres:10.0
FROM postgres:11-beta1
COPY sql_setup.sh /docker-entrypoint-initdb.d/