new addon images based on docker 1.9.0

This commit is contained in:
Girish Ramakrishnan
2015-11-18 17:51:11 -08:00
parent 3d80821203
commit e3cc12da4f
2 changed files with 9 additions and 9 deletions

View File

@@ -778,7 +778,7 @@ function setupRedis(app, options, callback) {
name: 'redis-' + app.id,
Hostname: 'redis-' + app.location,
Tty: true,
Image: 'cloudron/redis:0.7.0', // if you change this, fix setup/INFRA_VERSION as well
Image: 'cloudron/redis:0.8.0', // if you change this, fix setup/INFRA_VERSION as well
Cmd: null,
Volumes: {
'/tmp': {},