Zabbix v4.0.7 release

This commit is contained in:
Zabbix Packager
2019-05-29 08:41:01 +03:00
parent 4c30e039bc
commit 280d0ac58f
37 changed files with 53 additions and 53 deletions

View File

@ -43,7 +43,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
ARG MAJOR_VERSION=4.0
ARG ZBX_VERSION=${MAJOR_VERSION}.7
ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/
ENV ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES}
LABEL org.label-schema.usage="https://www.zabbix.com/documentation/${MAJOR_VERSION}/manual/installation/containers" \