Use latest haraka and restart on relay change

This commit is contained in:
Girish Ramakrishnan
2017-06-29 11:43:03 -05:00
parent a0903f0890
commit 1007a85fde
4 changed files with 4 additions and 4 deletions

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.34.0' },
'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:0.34.1' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
}
};