bump mail container for superfluous sa-update supervisor file

This commit is contained in:
Girish Ramakrishnan
2017-10-16 21:16:58 -07:00
parent 9e9aaf68f0
commit 628cf1e3de

View File

@@ -18,7 +18,7 @@ exports = module.exports = {
'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:0.17.0' },
'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:0.13.0' },
'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:0.11.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.37.3' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.37.4' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.12.0' }
}
};