Zabbix v4.0.11 release

This commit is contained in:
Zabbix Packager
2019-07-29 17:00:34 +03:00
parent f8554dd126
commit 69143df1a7
37 changed files with 53 additions and 53 deletions

View File

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