Zabbix v4.2.3 release

This commit is contained in:
Zabbix Packager
2019-06-10 09:52:54 +03:00
parent 6ad441dc2c
commit 18c52aa9c9
37 changed files with 54 additions and 54 deletions

View File

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