Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Sep 5, 2023
1 parent 9ee1376 commit fee1c4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- media_proxy
media_homeserver:
container_name: "media_repo_synapse"
image: "matrixdotorg/synapse:v1.90.0"
image: "matrixdotorg/synapse:v1.91.1"
restart: unless-stopped
volumes:
- ./synapse-db:/data
Expand All @@ -55,7 +55,7 @@ services:
- media_proxy
media_element:
container_name: "media_repo_element"
image: "vectorim/element-web:v1.11.39"
image: "vectorim/element-web:v1.11.40"
restart: unless-stopped
volumes:
- ./element-config.json:/app/config.json
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 @@ -113,7 +113,7 @@ func MakeSynapse(domainName string, depNet *NetworkDep) (*SynapseDep, error) {
}
synContainer, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "docker.io/matrixdotorg/synapse:v1.90.0",
Image: "docker.io/matrixdotorg/synapse:v1.91.1",
ExposedPorts: []string{"8008/tcp"},
Mounts: []testcontainers.ContainerMount{
testcontainers.BindMount(f.Name(), "/data/homeserver.yaml"),
Expand Down

0 comments on commit fee1c4f

Please sign in to comment.