Skip to content

Commit

Permalink
Update Synapse version used in tests (#627)
Browse files Browse the repository at this point in the history
Update to a version that supports MSC4189
  • Loading branch information
AndrewFerr authored Dec 17, 2024
1 parent 8a642d5 commit f859584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_internals/deps_synapse.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func MakeSynapse(domainName string, depNet *NetworkDep, signingKeyFilePath strin
}
synContainer, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "ghcr.io/element-hq/synapse:v1.110.0",
Image: "ghcr.io/element-hq/synapse:v1.116.0",
ExposedPorts: []string{"8008/tcp"},
Mounts: []testcontainers.ContainerMount{
testcontainers.BindMount(f.Name(), "/data/homeserver.yaml"),
Expand Down

0 comments on commit f859584

Please sign in to comment.