Also update the test image id

This commit is contained in:
Johannes Zellner
2015-10-13 14:01:13 +02:00
parent b1c5c2468a
commit ca461057e7

View File

@@ -43,7 +43,7 @@ var SERVER_URL = 'http://localhost:' + config.get('port');
// Test image information
var TEST_IMAGE_REPO = 'cloudron/test';
var TEST_IMAGE_TAG = '6.0.0';
var TEST_IMAGE_ID = 'c47a9a596ec9256fd0000b9e3520f941ac46f0a6b17e298d26cc6badf745c99c';
var TEST_IMAGE_ID = '7a53b21358cd7b014d29ee85f16ac535c37c11fb1f4c124197941236eb4d7c64';
var APP_STORE_ID = 'test', APP_ID;
var APP_LOCATION = 'appslocation';