Skip to content

Commit

Permalink
Update test framework infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 17, 2024
1 parent a482f36 commit 7810032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_internals/deps.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func MakeTestDeps() (*ContainerDeps, error) {

// Start postgresql database
pgContainer, err := postgres.RunContainer(ctx,
testcontainers.WithImage("docker.io/library/postgres:14"),
testcontainers.WithImage("docker.io/library/postgres:16"),
postgres.WithDatabase("mmr"),
postgres.WithUsername("postgres"),
postgres.WithPassword("test1234"),
Expand Down
2 changes: 1 addition & 1 deletion test/test_internals/deps_synapse.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func MakeSynapse(domainName string, depNet *NetworkDep, signingKeyFilePath strin

// Start postgresql database
pgContainer, err := postgres.RunContainer(ctx,
testcontainers.WithImage("docker.io/library/postgres:15"),
testcontainers.WithImage("docker.io/library/postgres:16"),
postgres.WithDatabase("synapse"),
postgres.WithUsername("postgres"),
postgres.WithPassword("test1234"),
Expand Down

0 comments on commit 7810032

Please sign in to comment.