make tests work
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user