Use latest images

This commit is contained in:
Girish Ramakrishnan
2015-08-12 19:19:43 -07:00
parent d12f260d12
commit b8e4ed2369
4 changed files with 16 additions and 16 deletions

View File

@@ -665,7 +665,7 @@ function setupRedis(app, callback) {
name: 'redis-' + app.id,
Hostname: config.appFqdn(app.location),
Tty: true,
Image: 'cloudron/redis:0.3.0',
Image: 'cloudron/redis:0.3.1',
Cmd: null,
Volumes: {},
VolumesFrom: []