dendrite/build/docker/images-pull.sh
2023-02-10 12:58:27 +01:00

8 lines
118 B
Bash
Executable file

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