diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-25 10:18:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 10:18:23 -0400 |
commit | 882539e423d3eaad703cdee80582f12a27b34d58 (patch) | |
tree | cbdaaa9e683c18b0b047d348d1996ccbb7a12bde /changelog.d | |
parent | Fix error when selecting between thumbnails with the same quality (#10684) (diff) | |
download | synapse-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.misc | 1 |
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. |