Files
cloudron-box/setup/INFRA_VERSION
Girish Ramakrishnan 5e8cd09f51 Bump infra version
2015-08-13 14:22:39 -07:00

18 lines
532 B
Bash

#!/bin/bash
# If you change the infra version, be sure to put a warning
# in the change log
INFRA_VERSION=7
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
# These constants are used in the installer script as well
BASE_IMAGE=cloudron/base:0.3.1
MYSQL_IMAGE=cloudron/mysql:0.3.2
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