new test image 3.0.0

This commit is contained in:
Girish Ramakrishnan
2015-10-08 16:07:14 -07:00
parent c95778178f
commit 43e1e4829f
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ for script in "${scripts[@]}"; do
fi
done
if ! docker inspect cloudron/test:2.0.1 >/dev/null 2>/dev/null; then
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"
exit 1
fi