Bump mail container (for mx bypass fix)

This commit is contained in:
Girish Ramakrishnan
2017-03-22 14:39:30 -07:00
parent 4cfc85f6d3
commit 5afe75f137
+1 -1
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.4' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.30.5' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
}
};