Zabbix v4.0.13 release

This commit is contained in:
Zabbix Packager
2019-10-03 13:16:04 +03:00
parent e59a25409c
commit f22f695111
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}.12
ARG ZBX_VERSION=${MAJOR_VERSION}.13
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}