Zabbix v3.2.6

This commit is contained in:
Alexey Pustovalov
2017-05-12 16:35:12 +03:00
parent 0a4fc7e640
commit f5fa79a8d9
20 changed files with 20 additions and 20 deletions

View File

@ -47,7 +47,7 @@ RUN locale-gen $LC_ALL && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=3.2
ARG ZBX_VERSION=${MAJOR_VERSION}.5
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} DB_TYPE=${DB_TYPE}