Rebase addons to use base image 0.3.3

This commit is contained in:
Girish Ramakrishnan
2015-08-24 10:19:18 -07:00
parent 0dd745bce4
commit a760ef4d22
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -664,7 +664,7 @@ function setupRedis(app, callback) {
name: 'redis-' + app.id,
Hostname: config.appFqdn(app.location),
Tty: true,
Image: 'cloudron/redis:0.3.1',
Image: 'cloudron/redis:0.3.2', // if you change this, fix setup/INFRA_VERSION as well
Cmd: null,
Volumes: {},
VolumesFrom: []