use latest mail container (subaddress alias fix)

This commit is contained in:
Girish Ramakrishnan
2016-07-03 08:37:45 -05:00
parent 2e2b75bab2
commit c8a3af83ff

View File

@@ -14,7 +14,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.11.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.10.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.9.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.15.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.16.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.9.0' }
}
};