4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-02-24 07:15:00 +00:00

8 lines
167 B
Bash
Raw Normal View History

#!/usr/bin/env bash
TAG=${1:-latest}
echo "Pulling tag '${TAG}'"
docker pull matrixdotorg/dendrite-monolith:${TAG}
docker pull matrixdotorg/dendrite-polylith:${TAG}