bump mail container

This commit is contained in:
Girish Ramakrishnan
2016-06-08 13:16:44 -07:00
parent 3d2b75860b
commit dea0c5642d

View File

@@ -5,7 +5,7 @@
// Do not require anything here!
exports = module.exports = {
'version': 34,
'version': 35,
'baseImage': 'cloudron/base:0.8.1',
@@ -14,7 +14,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.10.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.9.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.8.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.13.1' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.13.2' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.8.0' }
}
};