Bump mail container

This fixes delivery of incoming mail from an outbound only domain
This commit is contained in:
Girish Ramakrishnan
2018-03-13 00:20:48 -07:00
parent 830c685ead
commit 390639bac0

View File

@@ -18,7 +18,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:1.0.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:1.0.1' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:1.0.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:1.2.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:1.2.1' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:1.0.0' }
}
};