Add new 18.04 base image

This commit is contained in:
Girish Ramakrishnan
2018-10-05 13:21:32 -07:00
parent d8401f9ef9
commit 86e8db435a

View File

@@ -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