bump mail container version

This commit is contained in:
Girish Ramakrishnan
2016-09-27 10:19:30 -07:00
parent 3fc17d38a5
commit 374f4be08f

View File

@@ -17,7 +17,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.13.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.11.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.10.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.20.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.21.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.10.0' }
}
};