Skip to content

Commit

Permalink
Merge branch 'fix-tests-postgres-8' into tests-postgres-16
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Aug 8, 2024
2 parents aff4432 + 0f96e8d commit 5ae7cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/redshift/redshift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
}
)

Expand Down

0 comments on commit 5ae7cfb

Please sign in to comment.