make baseImage an array

This commit is contained in:
Girish Ramakrishnan
2016-08-20 10:24:29 -07:00
parent 15e6873c14
commit 5b53280cd4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ exports = module.exports = {
// a version bump means that all containers (apps and addons) are recreated
'version': 40,
'baseImage': 'cloudron/base:0.8.1',
'baseImages': [ 'cloudron/base:0.8.1', 'cloudron/base:0.9.0' ],
'images': {
'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:0.12.0' },