Skip to content

Commit 33f3bb8

Browse files
committed
Merge branch 'fix-tests-postgres-8' into tests-mysql-9
2 parents ce68dda + 0f96e8d commit 33f3bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/redshift/redshift_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
var (
3232
opts = dktest.Options{PortRequired: true, ReadyFunc: isReady}
3333
specs = []dktesting.ContainerSpec{
34-
{ImageName: "postgres:8", Options: opts},
34+
{ImageName: "joschi/postgres8:8", Options: opts},
3535
}
3636
)
3737

0 commit comments

Comments
 (0)