3.2.0beta1

This commit is contained in:
dotneft
2016-08-23 12:51:31 -07:00
parent c68ec611bf
commit c582276b5a
19 changed files with 46 additions and 18 deletions

View File

@ -37,7 +37,7 @@ RUN DISTRIB_CODENAME=$(/bin/bash -c 'source /etc/lsb-release && echo $DISTRIB_CO
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=3.2
ARG ZBX_VERSION=${MAJOR_VERSION}.0alpha2
ARG ZBX_VERSION=${MAJOR_VERSION}.0beta1
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}