Use test-app image 10.0.0

This commit is contained in:
Johannes Zellner
2015-10-27 14:20:19 +01:00
parent ed13f2d6ef
commit 920f04aab3
2 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ var SERVER_URL = 'http://localhost:' + config.get('port');
// Test image information
var TEST_IMAGE_REPO = 'cloudron/test';
var TEST_IMAGE_TAG = '9.0.0';
var TEST_IMAGE_TAG = '10.0.0';
var TEST_IMAGE_ID = child_process.execSync('docker inspect --format={{.Id}} ' + TEST_IMAGE_REPO + ':' + TEST_IMAGE_TAG).toString('utf8').trim();
var APP_STORE_ID = 'test', APP_ID;