Zabbix v4.0.9 release

This commit is contained in:
Zabbix Packager
2019-06-10 09:48:49 +03:00
parent a2edf077d4
commit fab48ed7c9
37 changed files with 54 additions and 54 deletions

View File

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