mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-13 17:13:10 -06:00
8 lines
167 B
Bash
Executable file
8 lines
167 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
TAG=${1:-latest}
|
|
|
|
echo "Pulling tag '${TAG}'"
|
|
|
|
docker pull matrixdotorg/dendrite-monolith:${TAG}
|
|
docker pull matrixdotorg/dendrite-polylith:${TAG} |