mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Merge latest updates to Dendrite Of note, this no longer builds the Dendrite polylith server, which we never planned to use anyway I want to make sure I didn't break the clientapi/routing/routing.go redaction events, our code differs from Dendrite in that call path. --------- Signed-off-by: Brian Meek <brian@hntlabs.com> Co-authored-by: Tak Wai Wong <64229756+tak-hntlabs@users.noreply.github.com>
8 lines
118 B
Bash
Executable file
8 lines
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
TAG=${1:-latest}
|
|
|
|
echo "Pulling tag '${TAG}'"
|
|
|
|
docker pull matrixdotorg/dendrite-monolith:${TAG}
|