diff options
author | Shay <hillerys@element.io> | 2023-07-10 10:39:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 10:39:36 -0700 |
commit | 5e82b07d2c79df9623e5567f935e74395c2e5492 (patch) | |
tree | 338be34ecdccc2d5c9be58f2959470c436f748ac /docs/development/contributing_guide.md | |
parent | Revert "Federation outbound proxy" (#15910) (diff) | |
download | synapse-5e82b07d2c79df9623e5567f935e74395c2e5492.tar.xz |
Drop debian buster (#15893)
Diffstat (limited to 'docs/development/contributing_guide.md')
-rw-r--r-- | docs/development/contributing_guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/contributing_guide.md b/docs/development/contributing_guide.md index f5ba55afb7..e9210b1776 100644 --- a/docs/development/contributing_guide.md +++ b/docs/development/contributing_guide.md @@ -322,7 +322,7 @@ The following command will let you run the integration test with the most common configuration: ```sh -$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:buster +$ docker run --rm -it -v /path/where/you/have/cloned/the/repository\:/src:ro -v /path/to/where/you/want/logs\:/logs matrixdotorg/sytest-synapse:focal ``` (Note that the paths must be full paths! You could also write `$(realpath relative/path)` if needed.) |