make tests work

This commit is contained in:
Girish Ramakrishnan
2016-05-24 00:38:43 -07:00
parent ec0ee07b17
commit 57a823a698
3 changed files with 19 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ var MANIFEST = {
"contactEmail": "support@cloudron.io",
"version": "0.1.0",
"manifestVersion": 1,
"dockerImage": "cloudron/test:8.0.0",
"dockerImage": "cloudron/test:15.0.0",
"healthCheckPath": "/",
"httpPort": 7777,
"tcpPorts": {

View File

@@ -3,7 +3,7 @@
set -eu
readonly SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
readonly TEST_IMAGE="cloudron/test:14.0.0"
readonly TEST_IMAGE="cloudron/test:15.0.0"
source ${SOURCE_DIR}/src/INFRA_VERSION