Zabbix 3.4.4 release

This commit is contained in:
root
2017-11-09 15:43:26 +02:00
parent bc8ec55a9e
commit 19dc7d69e7
20 changed files with 20 additions and 20 deletions

View File

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