Skip to content

Commit 9c6ffe4

Browse files
committed
Merge branch 'main' into pubsubpkg
2 parents 119e853 + 8c4b7c0 commit 9c6ffe4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

coderd/database/dbtype/dbtype.go

Lines changed: 0 additions & 1 deletion
This file was deleted.

coderd/database/postgres/postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func OpenContainerized(port int) (string, func(), error) {
6363
}
6464

6565
resource, err := pool.RunWithOptions(&dockertest.RunOptions{
66-
Repository: "postgres",
66+
Repository: "gcr.io/coder-dev-1/postgres",
6767
Tag: "13",
6868
Env: []string{
6969
"POSTGRES_PASSWORD=postgres",

0 commit comments

Comments
 (0)