bump test image version

This commit is contained in:
Girish Ramakrishnan
2017-05-01 09:45:53 -07:00
parent 228af62c39
commit 5f26c3a2c1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ var MANIFEST = {
"contactEmail": "support@cloudron.io",
"version": "0.1.0",
"manifestVersion": 1,
"dockerImage": "cloudron/test:18.0.0",
"dockerImage": "cloudron/test:23.0.0",
"healthCheckPath": "/",
"httpPort": 7777,
"tcpPorts": {
+1 -1
View File
@@ -3,7 +3,7 @@
set -eu
readonly SOURCE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
readonly TEST_IMAGE="cloudron/test:22.0.0"
readonly TEST_IMAGE="cloudron/test:23.0.0"
# reset sudo timestamp to avoid wrong success
sudo -k || sudo --reset-timestamp