bump mail container version (catchall support)

part of #33
This commit is contained in:
Girish Ramakrishnan
2017-06-11 18:14:27 -07:00
parent 0cc980f539
commit 658cbcdab9
+1 -1
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.32.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.33.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
}
};