new base image 0.4.0

This commit is contained in:
Girish Ramakrishnan
2015-09-28 19:33:58 -07:00
parent f8b41b703c
commit 03d4ae9058
2 changed files with 9 additions and 9 deletions

View File

@@ -666,7 +666,7 @@ function setupRedis(app, callback) {
name: 'redis-' + app.id,
Hostname: config.appFqdn(app.location),
Tty: true,
Image: 'cloudron/redis:0.3.2', // if you change this, fix setup/INFRA_VERSION as well
Image: 'cloudron/redis:0.4.0', // if you change this, fix setup/INFRA_VERSION as well
Cmd: null,
Volumes: {},
VolumesFrom: []