Zabbix v4.0.10 release

This commit is contained in:
Zabbix Packager
2019-06-26 18:18:14 +03:00
parent 67bf17ea06
commit 5f1c12de1d
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.0
ARG ZBX_VERSION=${MAJOR_VERSION}.9
ARG ZBX_VERSION=${MAJOR_VERSION}.10
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}