Zabbix v4.2.6 release

This commit is contained in:
Zabbix Packager
2019-08-28 10:31:38 +03:00
parent ccb6e7a9a4
commit 3e2ab5cd8a
37 changed files with 52 additions and 52 deletions

View File

@ -75,7 +75,7 @@ RUN set -eux && \
rm -rf /var/lib/apt/lists/*
ARG MAJOR_VERSION=4.2
ARG ZBX_VERSION=${MAJOR_VERSION}.5
ARG ZBX_VERSION=${MAJOR_VERSION}.6
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}