summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-08-25 10:18:23 -0400
committerGitHub <noreply@github.com>2021-08-25 10:18:23 -0400
commit882539e423d3eaad703cdee80582f12a27b34d58 (patch)
treecbdaaa9e683c18b0b047d348d1996ccbb7a12bde /changelog.d
parentFix error when selecting between thumbnails with the same quality (#10684) (diff)
downloadsynapse-882539e423d3eaad703cdee80582f12a27b34d58.tar.xz
Ensure the base Docker image is rebuilt when running complement with workers. (#10686)
We now always rebuild the matrixdotorg/synapse image, then
build the matrixdotorg/synapse-workers image on top of it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10686.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10686.misc b/changelog.d/10686.misc
new file mode 100644
index 0000000000..b76908d74e
--- /dev/null
+++ b/changelog.d/10686.misc
@@ -0,0 +1 @@
+Update `complement.sh` to rebuild the base Docker image when run with workers.