Zabbix v4.0.12 release

This commit is contained in:
Zabbix Packager
2019-08-27 14:17:01 +03:00
parent d050139979
commit e59a25409c
37 changed files with 53 additions and 53 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}.11
ARG ZBX_VERSION=${MAJOR_VERSION}.12
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}