use latest docker images

This commit is contained in:
Girish Ramakrishnan
2015-10-11 01:36:32 -07:00
parent 5663198bfb
commit b686d6e011
2 changed files with 9 additions and 9 deletions

View File

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