From 16695fd4ecbc3d9650a7eab4c5d18308cfd3b3b3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 16 Feb 2017 09:25:17 -0800 Subject: [PATCH] remove 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 a7658cc9d..5a81cb509 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': 45, - 'baseImages': [ 'cloudron/base:0.9.0', 'cloudron/base:0.10.0' ], + 'baseImages': [ 'cloudron/base:0.10.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