diff --git a/database/redshift/redshift_test.go b/database/redshift/redshift_test.go index 944a6add3..64d737cc2 100644 --- a/database/redshift/redshift_test.go +++ b/database/redshift/redshift_test.go @@ -31,7 +31,7 @@ import ( var ( opts = dktest.Options{PortRequired: true, ReadyFunc: isReady} specs = []dktesting.ContainerSpec{ - {ImageName: "postgres:8", Options: opts}, + {ImageName: "joschi/postgres8:8", Options: opts}, } )