summary refs log tree commit diff
path: root/latest/development
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2023-07-18 15:46:53 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2023-07-18 15:46:53 +0000
commitdd6056eb58d896293c4ed23451f3942f08691b88 (patch)
tree4073779d73c06e323d45f21ed04073dcdbfc76c0 /latest/development
parentdeploy: 1c802de626de3293049206cb788af15cbc8ea17f (diff)
downloadsynapse-dd6056eb58d896293c4ed23451f3942f08691b88.tar.xz
deploy: 69699a9bd11822635fcf2166f5dec2ce2365219c
Diffstat (limited to 'latest/development')
-rw-r--r--latest/development/contributing_guide.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/development/contributing_guide.html b/latest/development/contributing_guide.html
index fc237fb4a7..074dc655a2 100644
--- a/latest/development/contributing_guide.html
+++ b/latest/development/contributing_guide.html
@@ -355,7 +355,7 @@ anything was broken. They are slower than the unit tests but will
 typically catch more errors.</p>
 <p>The following command will let you run the integration test with the most common
 configuration:</p>
-<pre><code class="language-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
+<pre><code class="language-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:focal
 </code></pre>
 <p>(Note that the paths must be full paths! You could also write <code>$(realpath relative/path)</code> if needed.)</p>
 <p>This configuration should generally cover your needs.</p>