From 7f2eadcd4e4071e2abff133a1bd83187863be6c1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 14 Sep 2016 20:59:10 -0700 Subject: [PATCH] All apps have moved to 0.9.0 --- src/infra_version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infra_version.js b/src/infra_version.js index a963fb987..3954112d7 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -8,7 +8,7 @@ exports = module.exports = { // a version bump means that all containers (apps and addons) are recreated 'version': 40, - 'baseImages': [ 'cloudron/base:0.8.1', 'cloudron/base:0.9.0' ], + 'baseImages': [ 'cloudron/base:0.9.0' ], // Note that if any of the databases include an upgrade, bump the infra version above // This is because we upgrade using dumps instead of mysql_upgrade, pg_upgrade etc