3.2.5 release

This commit is contained in:
dotneft
2017-04-27 05:12:16 -07:00
parent 60a1149c35
commit bacd6da712
21 changed files with 20 additions and 56 deletions

View File

@ -44,7 +44,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}.4
ARG ZBX_VERSION=${MAJOR_VERSION}.5
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}