Zabbix v3.0.21 release

This commit is contained in:
Zabbix Packager
2018-08-27 16:25:58 +03:00
parent 68faf8d16d
commit b601611936
37 changed files with 54 additions and 54 deletions

View File

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