Files
cloudron-box/setup/INFRA_VERSION
T
Girish Ramakrishnan ec7b365c31 Use BASE_IMAGE as well
2015-08-12 19:51:44 -07:00

16 lines
407 B
Bash

#!/bin/bash
# If you change the infra version, be sure to put a warning
# in the change log
INFRA_VERSION=5
BASE_IMAGE=cloudron/base:0.3.1
MYSQL_IMAGE=cloudron/mysql:0.3.1
POSTGRESQL_IMAGE=cloudron/postgresql:0.3.1
MONGODB_IMAGE=cloudron/mongodb:0.3.1
REDIS_IMAGE=cloudron/redis:0.3.1 # if you change this, fix src/addons.js as well
MAIL_IMAGE=cloudron/mail:0.3.1
GRAPHITE_IMAGE=cloudron/graphite:0.3.2