We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1748e5e commit c6605feCopy full SHA for c6605fe
test/pkg/source/postgrestest/postgres_test.go
@@ -38,7 +38,7 @@ const dumpKind = "pgdump"
38
// mysql and psql are a bit picky when it comes to localhost, use ip instead
39
const hostName = "127.0.0.1"
40
const dbDriver = "pgx"
41
-const pgImage = "docker.io/postgresql:17"
+const pgImage = "docker.io/postgres:17"
42
const plainKind = "plain"
43
44
type PGDumpAndRestoreTestSuite struct {
0 commit comments