Fix the check install to keep up with the base image version

This commit is contained in:
Johannes Zellner
2015-10-11 13:31:10 +02:00
parent 6906b4159a
commit 9fcb2c0733

View File

@@ -35,7 +35,7 @@ for script in "${scripts[@]}"; do
done
if ! docker inspect cloudron/test:3.0.0 >/dev/null 2>/dev/null; then
echo "docker pull cloudron/test:2.0.1 for tests to run"
echo "docker pull cloudron/test:3.0.0 for tests to run"
exit 1
fi