Use graphite 0.12.0

this fixes an issue where carbon does not startup properly
if a previous pid file was present
This commit is contained in:
Girish Ramakrishnan
2017-09-27 15:35:53 -07:00
parent b3c6b8aa15
commit aa8ce2c62e
+1 -1
View File
@@ -19,6 +19,6 @@ exports = module.exports = {
'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.0' },
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.11.0' }
'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:0.12.0' }
}
};