Skip to content

Commit c6605fe

Browse files
author
Levent Koch
committed
fix postgres image url
1 parent 1748e5e commit c6605fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pkg/source/postgrestest/postgres_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const dumpKind = "pgdump"
3838
// mysql and psql are a bit picky when it comes to localhost, use ip instead
3939
const hostName = "127.0.0.1"
4040
const dbDriver = "pgx"
41-
const pgImage = "docker.io/postgresql:17"
41+
const pgImage = "docker.io/postgres:17"
4242
const plainKind = "plain"
4343

4444
type PGDumpAndRestoreTestSuite struct {

0 commit comments

Comments
 (0)