From 86e8db435adc1564cac35332f4a9d9d9b42f29e3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 5 Oct 2018 13:21:32 -0700 Subject: [PATCH] Add new 18.04 base image --- 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 93a6a610e..d106ea607 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -9,7 +9,7 @@ exports = module.exports = { // a minor version makes all apps re-configure themselves 'version': '48.12.0', - 'baseImages': [ 'cloudron/base:0.10.0' ], + 'baseImages': [ 'cloudron/base:0.10.0', 'cloudron/base:1.0.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