Zabbix v4.2.4 release

This commit is contained in:
Zabbix Packager
2019-06-27 10:42:24 +03:00
parent 83402597fd
commit aa95bcea5f
37 changed files with 54 additions and 54 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}.3
ARG ZBX_VERSION=${MAJOR_VERSION}.4
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}