Bump the mail container

This commit is contained in:
Girish Ramakrishnan
2017-03-22 09:55:04 -07:00
parent 875ca0307f
commit 0e7efa77a5

View File

@@ -17,7 +17,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.16.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.12.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.30.3' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.30.4' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
}
};