Use the most Redshift-like Postgres version available on Dockerhub

Redshift is based on Postgres version 8.0.2.
This commit is contained in:
Andrei Mackenzie 2018-11-03 18:49:31 -04:00
parent 9c132fe622
commit b0300df5e7

View File

@ -18,11 +18,7 @@ import (
)
var versions = []mt.Version{
{Image: "postgres:10"},
{Image: "postgres:9.6"},
{Image: "postgres:9.5"},
{Image: "postgres:9.4"},
{Image: "postgres:9.3"},
{Image: "postgres:8"},
}
func redshiftConnectionString(host string, port uint) string {