3.2.0alpha2

This commit is contained in:
dotneft
2016-08-22 04:11:28 -07:00
parent 0a9e47765f
commit c68ec611bf
18 changed files with 18 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}.0alfa1
ARG ZBX_VERSION=${MAJOR_VERSION}.0alpha2
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}