Zabbix v4.0.2 release

This commit is contained in:
Zabbix Packager
2018-11-28 08:16:50 +02:00
parent 90a039f0ea
commit 50b117fdc6
37 changed files with 54 additions and 54 deletions

View File

@ -67,7 +67,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=4.0
ARG ZBX_VERSION=${MAJOR_VERSION}.1
ARG ZBX_VERSION=${MAJOR_VERSION}.2
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}